HonorLee cc125b251c New Feature | 2 years ago | |
---|---|---|
source | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
nginx.conf.example | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago |
This is a fast-easy development framework for NodeJs with Typescript.
npm i
npm i -g typescript
npm build
or
tsc
npm start
npm i -g nodemon
Then
npm run dev
or
nodemon --watch source/ -e ts,tsx,js --exec 'tsc && node dist/main.js'
There are some examples in dist/app
folder, you can edit by yourself for test.
Waiting...
Waiting...
Waiting...
This project is licensed under the MIT license. Copyrights are respective of each contributor listed at the beginning of each definition file.