8000 GitHub - santacos/smart-quiz: Quiz application created by Elm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

santacos/smart-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Quiz

About:

This is example of using Elm creating quiz application.

Install:

  1. Clone project
git clone https://github.com/santacos/smart-quiz smart-quiz
cd smart-quiz

Install all dependencies:

npm install

or if you already installed yarn

yarn install

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About

Quiz application created by Elm

Resources

Releases

No releases published

Packages

No packages published
0