Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 698 Bytes

README.old.md

File metadata and controls

23 lines (12 loc) · 698 Bytes

Submission Detials

Please read the following details before you click 'Mark as Done' to your submission

  1. Make sure that all your code is merged to the Main branch
  2. Include all files necessary to run your app, NOT just the source code, except for the node_modules folder
  3. Here is an example of how we will test your code
git clone https://github.com/<username>/<repo-name>.git
npm install # or yarn install
npm start  

Your app should be running on http://localhost:3000 or whichever PORT number you specify.

If your app had a different instructions to start, then you must edit this README.md file and list out the instructions to successfully run your code.