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