- API : running with nodemon
- APP : using parcel
- DB: Setup in Clousd server change the .env.example to .env with replacing .env placeholder
Using the npm requirement is to have node installed, works any v12 or above.
- go to api repo from root.
- commands :
npm install-- install node modules and dependenciesnpm run build-- buildnpm run start-- start
port : 3000
- go to app folder in root.
- commands
npm install- install node_modulesnpm run start- run the application
port ; 1234