Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 840 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 840 Bytes

Flash Card Generator

Details

Unfinished project I started with some others in a group called Chingu where people get together and build projects together to learn to code.

Usage

  1. Install all NPM module for both backend and frontend by runningn the following command:

    npm run install

  2. Build the dist folder of the front end by running the following command:

    npm run build

  3. Start the app after build process completed by running the following command:

    npm run serve

  4. Go to https://localhost:4000 to access the app.

Development

  • 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.