komalahuwalia / uibootcamp7

UI Bootcamp - Specifically for ReactJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#UI Bootcamp - 007s

#Aim Create a Tweet deck clone like this while going through basic concepts of ReactJS and Redux.

Brunch + Redux + React + Babel/ES6

Installation

Clone this repo

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • cd into this repo and Brunch plugins and app dependencies: npm install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — builds minified project for production
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.

Running the Backend service

In order to run the Backend service to access twitter apis, kindly refer to this page

About

UI Bootcamp - Specifically for ReactJs


Languages

Language:CSS 52.3%Language:JavaScript 32.8%Language:HTML 14.9%