SugarNode-TS

HonorLee cc125b251c New Feature 1 year ago
source cc125b251c New Feature 1 year ago
.gitignore 6d10bdfcdd First time commit 1 year ago
README.md 7e38de7f3a 调整并增加新功能 1 year ago
nginx.conf.example 7e38de7f3a 调整并增加新功能 1 year ago
package.json cc125b251c New Feature 1 year ago
tsconfig.json 6d10bdfcdd First time commit 1 year ago

README.md

SugarNode-TS

This is a fast-easy development framework for NodeJs with Typescript.

Purpose

Overview

1. Install node modules

npm i

2. Install Typescript-Cli if necessary

npm i -g typescript

3. Try build

npm build

or

tsc

4.Try run a server for test

npm start

5.Recommand run a develop server with hotfix feature by nodemon

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.

Features

Waiting...

Tutorials

Waiting...

TODO

Waiting...

License

This project is licensed under the MIT license. Copyrights are respective of each contributor listed at the beginning of each definition file.