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
backend
andfrontend
by runningn the following command:npm run install
-
Build the
dist
folder 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
/backend
folder. Please follow the README file inside the folder for the development guide. - Front end development is on
/frontend
folder. Please follow the README file inside the folder for the development guide.