$ npm i
$ npm run dev
$ open http://localhost:2048/
Don't tsc compile at development mode, if you had run tsc
then you need to npm run clean
before npm run dev
.
$ npm run tsc
$ npm start
- Use
npm run lint
to check code style - Use
npm test
to run unit test - se
npm run clean
to clean compiled js at development mode once
- Node.js 8.x
- Typescript 2.8+
Need to start mysql
& redis
$ brew services start mysql
$ redis-server
- docs
- whistle & domain
- login & passport & auth
- husky
- lint-staged
- prettier
- password organization
validate
https://github.com/node-modules/parameter#rule
mocha
sequelize
https://sequelize.org/master/manual/query-interface.html https://sequelize.org/master/variable/index.html#static-variable-DataTypes
factory-girl https://www.npmjs.com/package/factory-girl