Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.37 KB

Web Starter

React web app starter

A starter for creating a React web app.

Table of Contents

🚀 Getting Started

Follow the installation instructions in the root directory and you're done!

🛠 Development Workflow

  1. Run nvm use to ensure you're using the correct version of Node

  2. Run npm start to start up the web development server

    You 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.

🙅 Code Quality

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.