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...
- The shiny glory React.js >>
- A nice book for learning ReactJS >> survivejs
- Very useful open source library using React.js and Material-ui >> react-admin
- A set of React components that implement Google's Material Design >> Material UI
- React visualization library react-vis
Deployed on Heroku! click for online demo
Getting up and running for your dev-env is as easy as 1, 2, 3.
-
Make sure you have NodeJS, npm, and Yarn installed, see package.json for the required versions.
-
Install your dependencies
cd path/to/learnmake-reactjs; yarn
-
Start your app
yarn start