hullis / juicy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redi-starter

The scaffold for redi. Check out the TodoMVC demo which uses redi-starter.

Features

  • 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.

Usage

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

License

MIT. Copyright Wendell Hu, 2021.

About

License:MIT License


Languages

Language:JavaScript 50.3%Language:TypeScript 37.3%Language:EJS 10.9%Language:Shell 0.8%Language:CSS 0.6%