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 git@github.com:makingsensetraining/react-quiz.git
cd react-quiz
npm startThen open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.
