Skip to content

jur0/speller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speller

Install npm and elm packages:

npm install
elm package install --yes
  • To build production release:

    npm run-script build
  • To start development server (http://localhost:8000/webpack-dev-server/index.html):

    npm run-script start

Try it here

LINK