The scaffold for redi. Check out the TodoMVC demo which uses redi-starter.
- Out-of-box dev toolchain, with redi inside. React, TypeScript, webpack, ESLint, Jest and Prettier.
- Build from differently entries and ship different bundles on different devices. For example, you won't ship
PcPlatformServiceto mobile devices and vice versa.
Just clone this project:
git clone https://github.com/wendellhu95/redi-starter.gitIf you do not want to have git history you can use degit:
npx degit https://github.com/wendellhu95/redi-starterMIT. Copyright Wendell Hu, 2021.