To set up a development environment, in this directory run:
npm install
npm run watch
To run the test watcher in an interactive mode (by default, runs tests related to files changed since the last commit):
npm test
To build the app for production to the build
folder:
npm run build
The basic structure of this project was created with the create-react-app script provided by Facebook - https://github.com/facebookincubator/create-react-app. It installs a fairly opinionated environment based on Facebook's experience with their own React framework and represents the efforts of many smart people. I am grateful to their efforts and appreciate our ability to leverage it. To that end, I do not want us to "eject" and modify the environment. We can do things the "React way" and wrap to extend.
For more information on React see Facebook's developer pages - https://facebook.github.io/react/docs/hello-world.html