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