Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danwahlin/so-you-want-to-be-a-web-developer
Code from the "So You Want To Be A Web Developer" workshop series.
https://github.com/danwahlin/so-you-want-to-be-a-web-developer
Last synced: 28 days ago
JSON representation
Code from the "So You Want To Be A Web Developer" workshop series.
- Host: GitHub
- URL: https://github.com/danwahlin/so-you-want-to-be-a-web-developer
- Owner: DanWahlin
- Created: 2018-03-08T23:51:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T00:41:35.000Z (over 1 year ago)
- Last Synced: 2024-10-04T16:30:53.524Z (about 2 months ago)
- Language: HTML
- Size: 11.4 MB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# So You Want To Be A Web Developer
Install Node.js on your machine before doing any of the following steps. Visit https://nodejs.org.
Install VS Code on your machine. Visit https://code.visualstudio.com/?WT.mc_id=m365-0000-dwahlin.
To run the workshop demos, open the proper workshop folder (such as `Workshop4`) in a command/terminal window and do the following:
1. Run `npm install`
1. Run `npm start`