/portoflio-react

adamnovember.com

Primary LanguageJavaScript

Development Setup

npm install
npm start

Express server will be started at http://localhost:3000/

To start front end app:

npm run webpack

Tests

This project uses Jest for testing. Tests are located in /tests. To run tests:

npm test

Linter

This project uses eslint and Airbnb's styleguide for linting. To run linter:

npm run lint

If you are using atom, you can use the eslint plugin for live linting.

Thanks

Kevin Ferri's boilerplate: https://github.com/kevinferri/express-react-boilerplate