Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.06 KB

New JavaScript project

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

Development

❗️ This project is JavaScript only. Please check the browser console (I) for the output or run the tests to see the results.

Local Development

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 for Live Preview: Show Preview and confirm with Enter.

Use npm run test to run the tests.