This is a quiz app created using React under the "React Fundamentals" training provided by Making Sense. The project was bootstrapped with Create React App.
- Node>=6 and NPM
git clone [email protected]:makingsensetraining/react-quiz.git
cd react-quiz
npm start
Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build
.