Gathering detailed insights and metrics for init-nodemon-ts
Gathering detailed insights and metrics for init-nodemon-ts
Gathering detailed insights and metrics for init-nodemon-ts
Gathering detailed insights and metrics for init-nodemon-ts
pd-ts
- `yarn pd-ts-init` - `yarn pd-ts-start` - **params**: - `[0]` main file path eg. `pd-ts-start dist_dev/index.js` - `-m, --mode`: enum nodemon - `-s, --start`: npm start script **(note use -m or -s)**
create-node-app-ts
``` npm init npm i -D typescript npm i -D ts-node ``` #### For running project use nodemon ``` npm i -D nodemon ``` #### Configure typescript create a new file ```tsconfig.json``` in root directory ``` javascript { "compilerOptions": {
ts-user
1. npm init -y 3. npm install express 4. npm install typescript ts-node @types/express @types/node --save-dev 5. npm install --save-dev ts-node-dev 6. npm install --save-dev nodemon ts-node 7. npm install --save-dev jest @types/jest ts-jest 8. npm install
Cumulative downloads
Total Downloads
Last Day
700%
8
Compared to previous day
Last Week
87.5%
15
Compared to previous week
Last Month
10.7%
31
Compared to previous month
Last Year
0%
677
Compared to previous year