A SPA project template using React 17, Typescript, Webpack 5 and Babel 7.
This repo is intended as a easily-accessible launching point for a fresh React app.
To setup the project, run:
npm i
npm run dev
To build for production, run:
npm run build