https://github.com/doemser/hh-web-24-4-js-structure
https://github.com/doemser/hh-web-24-4-js-structure
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/hh-web-24-4-js-structure
- Owner: doemser
- Created: 2024-04-16T13:12:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:13:23.000Z (about 2 years ago)
- Last Synced: 2024-10-16T19:52:39.475Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finished Demo for JS Structure Session
## Task
## Notes
- This is the final version of the demo
- You find the starting point for this demo in `sessions/js-structure/demo-start`
## Development
### 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](http://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.
### CodeSandbox Cloud
Select the "Preview: 3000" tab to view this project.
Select the "Tests: logs" tab to view the tests.
> The `npm run start` and `npm run test` scripts run automatically.
### Scripts
You can use the following commands:
- `npm run start` to start a development server
- `npm run test` to run the tests
- `npm run lint` to run the linter