|
пре 1 година | |
---|---|---|
.. | ||
HttpTest | пре 1 година | |
app | пре 1 година | |
config | пре 1 година | |
database | пре 1 година | |
test | пре 1 година | |
typings | пре 1 година | |
.eslintignore | пре 1 година | |
.eslintrc | пре 1 година | |
.gitignore | пре 1 година | |
.sequelizerc | пре 1 година | |
README.md | пре 1 година | |
package.json | пре 1 година | |
sequelize-meta.json | пре 1 година | |
tsconfig.json | пре 1 година | |
yarn.lock | пре 1 година |
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