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
PcPlatformService
to mobile devices and vice versa.
Just clone this project:
git clone https://github.com/wendellhu95/redi-starter.git
If you do not want to have git history you can use degit:
npx degit https://github.com/wendellhu95/redi-starter
MIT. Copyright Wendell Hu, 2021.