Skip to content

elkamondo/elka-quiz

Repository files navigation

Elka Quiz

A Quiz application built with React & Redux.

View Demo

Getting Started


$ git clone https://github.com/elkamondo/elka-quiz.git quiz-app
$ cd quiz-app
$ npm install
$ npm start

Open http://localhost:8080 to view it in the browser.

Deployment (using surge)

$ npm install -g surge
$ npm run build
$ surge dist <your-url>.surge.sh

You may have to create an account on surge.

You can add auto.appcache to html manifest attribute in the index.html file to support offline mode.

<!DOCTYPE html>
<html manifest="/auto.appcache">
...
</html>

License

MIT © 2018 Mohcine EL KASSIB.

Acknowledgments

About

⛵ A Quiz application built with React & Redux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published