Skip to content

willedouglas/star-wars-quiz

Repository files navigation

quiz-star-wars

Simple Star Wars Quiz game developed 4 fun.

Try this is a simple React, Webpack and Babel application with Jest and Enzyme.

Star Wars Quiz Game

Demo: http://star-wars-quiz.us-east-2.elasticbeanstalk.com/

To run:

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
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/

To build the production package:

npm run build

To check ESLint:

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:

To execute the tests suite, please run:

npm run test <path/file>

About

Simple Star Wars Quiz game developed 4fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published