Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.98 KB

File metadata and controls

67 lines (46 loc) · 1.98 KB

Frontend Boilerplate with React, Redux & TypeScript

A bare minimum react-hooks-redux-webpack-typescript starter with TodoMVC example & redux-saga example with socket

This project include a small backend that send socket to the frontend.

If needed, please fork this repository and add your own that meets your requirements.

Ideal for creating React apps from the scratch.

react starter

Contains

Build tools

Installation

$ npm ci

Running

$ npm start

Build

$ npm run build

Deploy (to the GitHub Pages)

$ npm run deploy

License

MIT

Documentation

/~https://github.com/rokoroku/react-redux-typescript-boilerplate