This project was created from the neue fische js
template.
You can 🔗 use this template on CodeSandbox or locally by running this command in your Terminal:
npx -y ghcd@latest wd-bootcamp/web-exercises/tree/main/templates/js my-app
❗️ This project is JavaScript only. Please check the browser console (⌥⌘I) for the output or run the tests to see the results.
To work locally, please install the dependencies using npm i
first.
Run npm run start
to start a development server and open localhost:3000 in a browser.
Alternatively you can use the Live Preview Extension for Visual Studio Code to view this project.
Select the HTML file you want to view, press ⇧⌘P, search forLive Preview: Show Preview
and confirm with Enter.
Use npm run test
to run the tests.