nodejs-workshop

This is our Node.js workshop To start the application you need to follow the steps below:

  1. Open a terminal and go to backend folder - npm install
  2. Open another terminal and go to frontend/NodeProject folder - npm install + pod install
  3. In the backend terminal type: 'npm start' to start the server
  4. In the first frontend terminal type: 'npm run reset'
  5. In the second frontend terminal type: 'npm run ios' or 'npm run android'