This repo is a template to use as a super basic starting point for a React app.
- Clone the repo
- Rename the directory to your project directory
git remote remove origin- Create your new remote repo
git remote add origin git@place.where.your.project/is.git- Push to new remote
- ???
- Profit!
Run the dev server with:
npm startMake a production build with:
npm run build