Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 284 Bytes

react-workshop

Code for our Create a Web App with ReactJS workshop

To Run

npm install
npm start

To use other version of the application

In src/index.js comment out line 6

import App from './workshop/App';

and uncomment the version you would like to use