Team calendars is a web service to track team working time and manage other events using calendars.
See FEATURES.md to get more ideas about the project.
- install nodejs, we will use latest 6.7 version
npm install -g typescript
to install TypeScript compiler- in project directory run
npm install
npm run dev
should start development web servernpm install -g devtool
for debugging server code with chrome devtools
Scripts below could be run in project root directory.
npm run install-tools
- install dev toolsnpm run dev
- start development web servernpm run build
- build artifacts to run production web servernpm start
- start production web servernpm run lint
- inspect code with linter(s)npm test
- run automated unit/integration tests
- remove line 113 from
node_modules/source-map-support/source-map-support.js
, see PR for more details - Run
devtool server.js
You could use one of the following free editors.