CCU Project
- Make sure you have Node.JS installed (preferably the latest version, including npm - node package manager);
- Change to the
backend
directory of the project and runnpm install
, in order to install the project dependencies; - Run the following command:
npm run dev
. This will start the project. It hashotload
enabled, which allows to automatically refresh the server, whenever you edit the code.
- Make sure you have Flutter, Dart and Android Studio installed;
- Make sure you have a device to run the application on (preferably an emulator created on Android Studio);
- Launch the device and once it is up and running, start the application on Android Studio.