File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Use [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). Look video lesson [her
8585## Deployment on Ubuntu LVS
8686
8787- Clone from GitHub
88- - Run ` cd react-notes && npm install && npm run deploy && cd `
88+ - Run ` cd react-notes && npm run deploy && cd `
8989- Use PM2 with this ecosystem template:
9090
9191``` js
Original file line number Diff line number Diff line change 66 "node" : " 14.16.1"
77 },
88 "description" : " React Notes App" ,
9+ "main" : " server/app.js" ,
910 "scripts" : {
1011 "start" : " npm run prod" ,
1112 "full-install" : " npm run server:install && npm run client:install" ,
5152 "cross-env" : " ^7.0.3" ,
5253 "jsdoc" : " ^3.6.7"
5354 }
54- }
55+ }
Original file line number Diff line number Diff line change 88 "start-prod" : " node app.js" ,
99 "test" : " echo \" Error: no test specified\" && exit 1"
1010 },
11+ "author" : " Maxim Chistyakov <max.chistt@gmail.com>" ,
12+ "license" : " ISC" ,
1113 "dependencies" : {
1214 "bcryptjs" : " ^2.4.3" ,
1315 "dotenv" : " ^8.6.0" ,
1921 "devDependencies" : {
2022 "nodemon" : " ^2.0.7"
2123 }
22- }
24+ }
You can’t perform that action at this time.
0 commit comments