Node project boilerplate
This project is a starting point for a project using:
- Node 12.x: the runtime
- Gulp: the task runner
- TypeScript: the compiler
- ESLint: the linter
- lab: the test framework
- winston: the logger
- Node 12.x
- Gulp:
npm install -g gulp
- Clone the project
- Modify package.json
- Run:
npm install
- Clean:
gulp clean - Build:
gulp build - Run tests:
gulp testor justgulp
node dist/main