/cra-antd-x

React SPA Boilderplate powered by CRA, Ant Design, Typescript, React-Router, Formik

Primary LanguageTypeScript

✨ 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

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

✅ Awesome UI Components (ant design, themeable)

✅ Client side routing (react-router)

✅ 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
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