anoop-gupt / React-carousel

Just a POC on React using Es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-carousel

Author

Anoop Gupta SapientNitro 10-Dec-15

Component

Just a POC on React using ES6

#####Bundled through:

  • React
  • Gulp
  • Browserify
  • Watchify
  • Babelify
  • Bower
  • Sass

#####Dependency on:

  • Twitter Bootstrap
  • React JS
  • Bebel
  • Browserfiy

#####How to start: clone the repo - npm clone [url] CD to the cloned directory

  • npm install
  • bower update
  • gulp //given below

#####Run different Gulp tasks

  • $ gulp watch # starts up the local server and auto-reloads the browser
  • $ gulp test # runs the test specs, available only if jest is included
  • $ gulp build:production # minifies your app, ready for production
  • $ gulp serve:production # to preview the built files

#####Run in Browser

#P.S.

-Development Folder is "app" -After build pages are being generated in "dist"

About

Just a POC on React using Es6


Languages

Language:CSS 98.8%Language:JavaScript 0.7%Language:HTML 0.4%