-
⚛️ React 17, Redux with redux-thunk
-
📦 Webpack 5 with TS config
-
🛠 ES6+ Support via Babel v7
-
🔥 Hot Module Replacement (HMR)
-
💊 Polyfills via core-js
- Clone this repository
git clone https://github.com/repeale/fp-react-redux-typescript.git your-app-name
- Remove the
.git
folder and change details within:
package.json
- Install dependencies
$ cd your-app-name
$ npm install