Skip to content

as-abhinav/uibootcamp7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Bootcamp

Aim

Create a Tweet deck clone like this while going through basic concepts of building single page applications

Tech Stack

Build tool:
Frameworks and libraries:
Test Utilities

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:
    • npm run start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • npm run prod — 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 Mock twitter backend service, please refer to this page

About

UI Bootcamp - Specifically for ReactJs

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •