Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 732 Bytes

SwampHacks React Template (TypeScript)

This is a barebones starting template for React w/ TS projects, including prettier and eslint settings, as well as git hooks.

Contributing

Before getting started, please read the rules on contributing here.


Getting Started

After cloning the develop branch, follow these instructions to get everything up-and-running.

  1. Run npm install at the root of the project.
  2. Run npm build at the root of the project. Make sure there are no errors.
  3. Run npm start. This should automatically open a browser for localhost:3000. Check and make sure the application is running.

That's it, you're all set!