Home

Awesome

✨ 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:

git clone https://github.com/jannikbuschke/cra-antd-x
cd cra-antd-x/
rm .git -rf
npm install
npm run start
DependencyDescriptPopularity
ReactJavaScript library for UIsGithub stars
Create React AppA very solid react templateGithub stars
Ant DesignNice UI componentsGithub Stars
TypeScriptProvides compile time typesGithub stars
react-app-rewiredAllows overriding CRA/webpack configsGithub stars
react-routerDeclarative client side routingsGithub stars
formik + formik-antdForm management (without tears) + Declarative bindingsGithub stars
dayjsTiny datetime libraryGithub stars
styled-componentsCss-in-js library (future unclear)Github stars
lessDynamic css (used because of ant design, future unclear)Github stars