Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.09 KB

course-organizer-fullstack

How to get started:

This project uses the Yarn package manager!

To get everything installed, you must type the following yarn commands:

  1. Run this command:
   yarn
  1. After that command is complete, run this command:
    yarn run client-install
  1. after this is complete, you can run this command to start the front-end server and the back-end server
    yarn run dev

If you are on linux or mac, run this instead:

    sudo yarn run dev