This is the starter for the Hack Rice 2016 Web Development Workshop.
-
Before we begin you will need NPM installed on your computer. Go to nodejs.org to get it.
-
Then clone the git repository to get all the starter files:
git clone git@github.com:skotep/tweeter hackRiceTweeter
cd hackRiceTweeter- Next we'll use Node's package manager npm to install our dependencies:
npm installthis may take a little while. There may be a couple of errors, most of which are really warnings. If the next step doesn't work then ask for help.
- When done we will boot the web server:
npm start-
Navigate your web browser to http://localhost:8080 to view the site.
-
Let's get hacking and make our Twitter clone!
MIT.