Capstone project for Meta's Front End certification on Coursera.
NOTE: You'll need a GitHub account to run this way:- Click on the green CODE dropdown button in the top right of the project area.
- Click on the CODESPACES tab in the dropdown.
- Click on the green "Create codespace on main" button under Codespaces. A new tab will open.
- In the code editor, in the TERMINAL at the bottom of the screen, click next to the dollar sign ($).
- Once the cursor starts flashing, paste the following snippet:
- Once the line changes to
/workspaces/little-lemon/little-lemon
,
copy/paste:
npm install && npm start
after the dollar sign ($)
hit Enter - A prompt should pop up in the bottom right corner asking if you want to run on port 3000. Click the blue button to confirm.
- A new tab will open.
- Navigate to the new tab and use the web app as you would any other. NOTE: A lot of the nav menu links don't exist -- for demo purposes only
- IMPORTANT: When done, navigate back to the browser Codespace (with all the code and the TERMINAL),
- Click on the grey hamburger menu in the very top left corner (3 vertically-stacked lines)
- In the dropdown, click on MY CODESPACES
- Scroll down to the grey box that says "Owned by [your_username]
- After clicking on the 3 dots in the right side of the box, click DELETE
cd little-lemon
hit Enter