Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 932 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 932 Bytes

New HTML, CSS and JavaScript project

This project was created from the neue fische html-css-js template.

You can 🔗 use this template on CodeSandbox or locally by running this command in your Terminal:

npx -y ghcd@latest neuefische/web-exercises/tree/main/templates/html-css-js my-app

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.