Skip to content

This is an example app that uses react in es6 to pull information from a github user with a little Browser Sync thrown in for easy development.

Notifications You must be signed in to change notification settings

tonyspiro/react-es6-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ES6 App Example

Demo

This is a simple example app that demonstrates how to build component-based apps using React and ES6. The app connects to the github API and displays a github user card using material design lite.

Tech used:

  1. React in ES6
  2. Babel for rendering ES6 and JSX to JS
  3. Gulp to run the build and watch processes
  4. Material Design Lite for fun
  5. Browser Sync to speed up development

Get Started

To get started, run the following commands:

git clone https://github.com/tonyspiro/react-es6-app-example
cd react-es6-app-example
npm install
(sudo npm install)
gulp watch

About

This is an example app that uses react in es6 to pull information from a github user with a little Browser Sync thrown in for easy development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published