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:
- Ensure that you have NPM installed on your machine.
- Extract the .zip file to a new directory.
- Then, open a command prompt in that directory and run
npm install
first (this may take a while). - Next, run
npm start
to see your project in action.