Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`