Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doemser/bo-web-23-6-js-structure
https://github.com/doemser/bo-web-23-6-js-structure
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/bo-web-23-6-js-structure
- Owner: doemser
- Created: 2024-01-19T09:07:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T09:07:28.000Z (10 months ago)
- Last Synced: 2024-10-02T08:54:18.354Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo for JS Structure Session
## Task
## Notes
- You only have to touch the `./index.js` file, the `` tag in the `./index.html` file and create new JS files.
- You find the end point for this demo in `sessions/js-structure/demo-end`.## 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 <kbd>⇧</kbd><kbd>⌘</kbd><kbd>P</kbd>, search for `Live Preview: Show Preview` and confirm with <kbd>Enter</kbd>.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