end2end-fm
This project was generated with the Racket!
- Run
npm installto install dependencies. - Run
npm run devto start webpack dev server.
- Run
npm run buildto build assets for production. - Run
npm run startto start the app in production mode.
- Run
npm run enzymeto test the app using Enzyme. - Run
npm run eslintto run eslint.