|
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