This is a barebones starting template for React w/ TS projects, including prettier and eslint settings, as well as git hooks.
Before getting started, please read the rules on contributing here.
After cloning the develop branch, follow these instructions to get everything up-and-running.
- Run
npm install
at the root of the project. - Run
npm build
at the root of the project. Make sure there are no errors. - 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!