Skip to content

Web app starter kit with webpack5, TypeScript, React..

License

Notifications You must be signed in to change notification settings

repeale/fp-react-redux-typescript

Repository files navigation

fp-react-redux-typescript

Features

Installation via git clone

  • 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