React.js frontend for MikeGreen.net.
npm install
: Installs node dependencies necessary to run the appnpm start
: Runs the app on http://localhost:3000npm test
: Tests the appnpm run build
: Builds the app for production to thebuild
foldernpm run deploy
: Performsnpm test
followed bynpm build
if it succeeds