Skeleton React Project

This is a skeleton react project which has a testing framework (mocha/chai) and linter (eslint) configured as well as css loaders.

Running the tests

To run the tests, do npm test

Running the env

To run the application locally

npm run watch -- --port 3000 --host 0.0.0.0

Then navigate to localhost:3000 to view the loaded content