ekeric13 / pinterest-wall

Pinterest wall clone
http://ekeric13.github.io/pinterest-wall-2
MIT License
1 stars 0 forks source link

pinterest-wall

Requirements

Development

Installing Dependencies

  1. Run npm and bower install

From within the root directory:

npm install -g react-tools
npm install
bower install

 

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

 

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