Skip to content

CapgeminiNorway/learnmake-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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