/url-shortener

Url shortener

Primary LanguageJavaScript

url-shortener

URL shortener example. Built using React, Redux, Redux-Saga.

Test specs written using mocha, enzyme and running through webpack, so all webpack features available (aliases, style loaders, etc.)

  • install nodejs 4.11 or higher
  • npm install
  • npm start

Run tests in browser

  • npm run test:webpack-dev-server and then
  • npm run test:browser

Run tests in console

  • npm test

Prepare build for deploy (output in ./dist folder)

  • npm run build