|
|
2 years ago | |
|---|---|---|
| .. | ||
| app | 2 years ago | |
| config | 2 years ago | |
| test | 2 years ago | |
| typings | 2 years ago | |
| .eslintignore | 2 years ago | |
| .eslintrc | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| package.json | 2 years ago | |
| tsconfig.json | 2 years ago | |
| yarn.lock | 2 years ago | |
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