/ucw-exercises

Untitled Coding Workshop – Exercises

Primary LanguageHTML

Untitled Coding Workshop / Exercises

Installation

Clone this repo by running

git clone https://github.com/awesomephant/ucw-exercises.git

Then, install project-specific dependencies (If you'd like to know what they are, they are listed in package.json)

npm install

When these commands finish, you're ready to start coding. Run

npm run start

and go to http://localhost:3000 in your browser.