Simple application for a mock dating service Built using Flutter, Dart for frontend and Express (NodeJS) for backend (and to host the frontend).
- Download the project files into your computer
- Navigate to the project on your terminal/command line
- Run the following commands
cd .\yerba_backend\
npm i
npm run devStart
- Find application running on
localhost:3000/#/
- Run the application on full screen
- Go until step 2. in the previous set of instructions
- Run the following commands
cd .\yerba_mate\
flutter run
2
NOTE: the flutter app alone is disconnected from the express backend. To host a new version of the frontend using express:
flutter build web
Run the first set of instructions to run the application again if you terminated the nodemon
process.
If you didn't, type rs
in the terminal to restart the server to reflect the new changes (if it didn't automatically detect the change).