项目作者: jannikbuschke

项目描述 :
React SPA Boilderplate powered by CRA, Ant Design, Typescript, React-Router, Formik
高级语言: TypeScript
项目地址: git://github.com/jannikbuschke/cra-antd-x.git
创建时间: 2020-02-29T18:54:20Z
项目社区:https://github.com/jannikbuschke/cra-antd-x

开源协议:

下载


✨ CRA + Ant-Design + X Boilerplate ✨

This is a boilerplate project for a React based Single Page Application. It is based on the popular create-react-app template and uses ant designs ui components.

Features

:white_check_mark: Awesome development setup (cra, cra-rewired, typescript, fast-refresh)

:white_check_mark: Awesome UI Components (ant design, themeable)

:white_check_mark: Client side routing (react-router)

:white_check_mark: Easy forms (formik + bindings)

Getting started

Click the green Use this template button to copy all content to a new github repository or execute following commands on your cli:

  1. git clone https://github.com/jannikbuschke/cra-antd-x
  2. cd cra-antd-x/
  3. rm .git -rf
  4. npm install
  5. npm run start
Dependency Descript Popularity
React JavaScript library for UIs Github stars
Create React App A very solid react template Github stars
Ant Design Nice UI components Github Stars
TypeScript Provides compile time types Github stars
react-app-rewired Allows overriding CRA/webpack configs Github stars
react-router Declarative client side routings Github stars
formik + formik-antd Form management (without tears) + Declarative bindings Github stars
dayjs Tiny datetime library Github stars
styled-components Css-in-js library (future unclear) Github stars
less Dynamic css (used because of ant design, future unclear) Github stars