Simple Star Wars Quiz game developed 4 fun.
Try this is a simple React, Webpack and Babel application with Jest and Enzyme.
Demo: http://star-wars-quiz.us-east-2.elasticbeanstalk.com/
git clone https://github.com/willedouglas/star-wars-quiz
- Then install the dependencies:
npm install
- Run development server:
npm start
Open the web browser to http://localhost:8080/
npm run build
There is a .eslint.yaml config for eslint ready with React plugin.
To do the actual linting, run:
npm run lint
To execute the tests suite, please run:
npm run test <path/file>