Skip to content
/ rubus Public

A customized react starter kit, Based on Ant.Pro V4

Notifications You must be signed in to change notification settings

TivonJJ/rubus

Repository files navigation

Rubus

A customized react starter kit, Based on Ant Design Pro

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

// Build
npm run build
// Build
npm run build:test

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

About

A customized react starter kit, Based on Ant.Pro V4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published