React web app starter
A starter for creating a React web app.
Follow the installation instructions in the root directory and you're done!
-
Run
nvm use
to ensure you're using the correct version of Node -
Run
npm start
to start up the web development serverYou should now be able to visit http://localhost:3000 in your browser for the web app and begin development!
Note: if at any time you would like to cancel the running server instance, press
CTRL + C
in the open terminal window.
Don't commit messy code!
Here's a list of things already configured to keep you in line:
All of these tools will be run with the pre-commit hook (configured with Husky) to make sure you're not committing inconsistent code. We highly recommend configuring your editor to use these tools so that you can see (and fix) style violations as you write code.