|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| HttpTest | há 2 anos atrás | |
| app | há 2 anos atrás | |
| config | há 2 anos atrás | |
| database | há 2 anos atrás | |
| test | há 2 anos atrás | |
| typings | há 2 anos atrás | |
| .eslintignore | há 2 anos atrás | |
| .eslintrc | há 2 anos atrás | |
| .gitignore | há 2 anos atrás | |
| .sequelizerc | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| package.json | há 2 anos atrás | |
| sequelize-meta.json | há 2 anos atrás | |
| tsconfig.json | há 2 anos atrás | |
| yarn.lock | há 2 anos atrás | |
Hacker News showcase using tegg
$ npm i
$ npm run dev
$ open http://localhost:7001/
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
npm run lint to check code stylenpm test to run unit testnpm run clean to clean compiled js at development mode once