Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 785 Bytes

FlyX.io

Running the dev servers

  1. Clone the repo or sync your branch with master, if you already have it cloned and have a branch.
  2. The core front-end and back-end files are located in the core directory.
  3. Install nodejs
  4. Do the cli commands stated below.
  5. Go to localhost:8080.

Start Back-End Express server

cd into server directory and do nodemon start or node start

If you're doing first time setup/get an error, do npm install -g nodemon and then npm install before doing nodemon app

Start Front-End Vue dev server

cd into client directory and do npm run serve

If you're doing first time setup/get an error, do npm install before doing npm run serve


Once you have done this you can go to localhost:8080 to see the site.