🚀 Developing React projects with ease
- ⚡️ Zero configuration
- 👏 Supports both Single-Page Application and Multi-Page Application
- 📤 Supports TypeScript、Sass、PostCSS out of box
- 🖥 Full-featured web console
- 🕹 Fully control over every step of the build process
- 🔌 Supports Yarn Plug'n'Play environment
- 💈 Supports Custom Template
With npx
, run:
npx rocketact create my-awesome-project
Or you can install rocketact
globaly:
npm install -g rocketact
rocketact create my-awesome-project
cd my-awesome-project
More info please refer to Rocketact website.
Start local development environment
yarn start
# or
npm start
Perform a production build
yarn build
# or
npm run build
Name | Description | Meta |
---|---|---|
rocketact | commandline tool to create new projects | |
rocketact-scripts | main functionality resides here | |
rocketact-dev-utils | common utils shared by other packages | |
rocketact-web-console | web console core | |
babel-preset-rocketact | babel presets for Rocketact projects | |
rocketact-plugin-polyfill | automatically setup polyfill configuration | |
rocketact-plugin-bundle-analyzer | add webpack-bundle-analyzer intergation for Rocketact projects | |
rocketact-plugin-legacy-decorators | add legacy decorators support for Rocketact projects | |
rocketact-plugin-butler | add compatibility for legacy Butler projects |
Name | Description |
---|---|
rocketact-plugin-yep-react | support yep-react ui components lib |
rocketact-plugin-icons-react | support @jdcfe/icons-react use svg |
rocketact-plugin-bundle-with-banner | bundle with banner |
rocketact-plugin-bundle-with-version | bundle with version which in package.json |
rocketact-plugin-jdc-practices | jdc fe team practices |
Thanks for contributing these awesome plugins, you can find more plugins from npm query link.
Please read our contributing guide.