Minimal client-based React starter kit for getting simple projects up and running. In particular, this starter kit is useful for making client-side only React projects that do not need a server and may be hosted on GitHub Pages.
Supported features:
- React Hooks
- HMR
- CSS modules
- ESlint/Prettier
- GitHub Pages deployment
- TypeScript
git clone --single-branch -b main https://github.com/tiffz/react-starter.git MyApp
cd MyApp
npm install
npm start
npm run deploy