Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.56 KB

File metadata and controls

38 lines (25 loc) · 1.56 KB

using-reactjs

Learn-Make using React.js

The main goal is to present functional demo by using emerging frameworks. Learn -> Make -> Share!
This project was bootstrapped with Create React App.
And we are using React.js, admin-on-rest, material.ui, react-vis, and few more open source libs.

Learning by Doing..!
Some useful links...

Online Demo

Deployed on Heroku! click for online demo

Setup development environment

Getting up and running for your dev-env is as easy as 1, 2, 3.

  1. Make sure you have NodeJS, npm, and Yarn installed, see package.json for the required versions.

  2. Install your dependencies

    cd path/to/learnmake-reactjs; yarn  
    
  3. Start your app

    yarn start