Skip to content

skotep/tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Rice 2016 - Web Development Workshop

This is the starter for the Hack Rice 2016 Web Development Workshop.

Getting started

  1. Before we begin you will need NPM installed on your computer. Go to nodejs.org to get it.

  2. Then clone the git repository to get all the starter files:

git clone git@github.com:skotep/tweeter hackRiceTweeter
cd hackRiceTweeter
  1. Next we'll use Node's package manager npm to install our dependencies:
npm install

this 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.

  1. When done we will boot the web server:
npm start
  1. Navigate your web browser to http://localhost:8080 to view the site.

  2. Let's get hacking and make our Twitter clone!

License

MIT.

About

Hack Rice Web Development Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published