Just a small piece for poor souls
Make sure your Node.js
is v10.23.0
Read this guideline before you begin Development Guideline
npm i --save-dev
This command will download all dependencies and development dependencies.
You might need to copy example.env
and rename them to .env
and set necessary configuration.
npm run build
npm run dev
This will start a development server, It will restart automatically if any TypeScript files in ./src/**/*.ts
was changed.
To force nodemon restart, type rs
then Enter
Please make sure you get no error from run this
npm run check
This software licensed under MIT License