|
hai 1 ano | |
---|---|---|
.. | ||
HttpTest | hai 1 ano | |
app | hai 1 ano | |
config | hai 1 ano | |
database | hai 1 ano | |
test | hai 1 ano | |
typings | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc | hai 1 ano | |
.gitignore | hai 1 ano | |
.sequelizerc | hai 1 ano | |
README.md | hai 1 ano | |
package.json | hai 1 ano | |
sequelize-meta.json | hai 1 ano | |
tsconfig.json | hai 1 ano | |
yarn.lock | hai 1 ano |
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