Downloading source code

Your project's source code can be downloaded at any time. When downloading, you will get a .zip file with the full application source code. The following steps will get your project up and running:

  1. Ensure that you have NPM installed on your machine.
  2. Extract the .zip file to a new directory.
  3. Then, open a command prompt in that directory and run npm install first (this may take a while).
  4. Next, run npm start to see your project in action.