/spelling

Spelling app with testing using webpack + karma + jasmine

Primary LanguageJavaScript

Spelling

Spelling app with testing using webpack + karma + jasmine

How to run

Install all dependencies

npm install

Run web server to try this app

npm run serve

This command will run webpack to compile all scripts and serve it, so we can try the app via browser. Open http://localhost:8080/ on the browser.

Run the tester

npm test