nodejs-workshop
This is our Node.js workshop To start the application you need to follow the steps below:
- Open a terminal and go to backend folder - npm install
- Open another terminal and go to frontend/NodeProject folder - npm install + pod install
- In the backend terminal type: 'npm start' to start the server
- In the first frontend terminal type: 'npm run reset'
- In the second frontend terminal type: 'npm run ios' or 'npm run android'