Unfinished project I started with some others in a group called Chingu where people get together and build projects together to learn to code.
-
Install all NPM module for both
backendandfrontendby runningn the following command:npm run install -
Build the
distfolder of the front end by running the following command:npm run build -
Start the app after build process completed by running the following command:
npm run serve -
Go to https://localhost:4000 to access the app.
- Back end development is on
/backendfolder. Please follow the README file inside the folder for the development guide. - Front end development is on
/frontendfolder. Please follow the README file inside the folder for the development guide.