Skip to content

ekeric13/pinterest-wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinterest-wall

Requirements

  • Node
  • Bower
  • Gulp

Development

Installing Dependencies

  1. Run npm and bower install

From within the root directory:

npm install -g react-tools
npm install
bower install

  2. npm tasks

npm start

To browserify and start auto-compiling jsx while watching the jsx files and saving on any changes.

All the components will be bundled into a file called bundle.js that is then required within the index.html

  3. Server Launch

In a new terminal tab other than the one running npm start run:

cd client; python -m SimpleHTTPServer

To create a temporary server.

Now visit http://localhost:8000 to see the site in development.