<%= lodash.slugify(lodash.humanize(appName)) %>

This project was generated with the [Racket](https://github.com/mohebifar/racket)!

# Developing
* Run `npm install` to install dependencies.
* Run `npm run dev` to start webpack dev server.

# Build
* Run `npm run build` to build assets for production.
* Run `npm run start` to start the app in production mode.

# Test
* Run `npm run enzyme` to test the app using Enzyme.
* Run `npm run eslint` to run eslint.