All Projects → jdf2e → rocketact

jdf2e / rocketact

Licence: MIT License
🚀Developing React projects with ease

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rocketact

kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (-11.11%)
Mutual labels:  create-react-app, zero-configuration, build-tools
universal-scripts
Build universal apps without configuration.
Stars: ✭ 23 (-48.89%)
Mutual labels:  create-react-app, zero-configuration, build-tools
vue-startup
基于vue+webpack(+typescript)的示例项目
Stars: ✭ 20 (-55.56%)
Mutual labels:  single-page-applications, multi-page-application
create-wp-react-app
Create React WordPress plugin with no build configuration.
Stars: ✭ 56 (+24.44%)
Mutual labels:  zero-configuration, build-tools
Create Next App
Create Next.js apps in one command
Stars: ✭ 2,783 (+6084.44%)
Mutual labels:  zero-configuration, build-tools
Create React App
Set up a modern web app by running one command.
Stars: ✭ 92,264 (+204931.11%)
Mutual labels:  zero-configuration, build-tools
phaser-cli
Create Phaser projects with no build configuration.
Stars: ✭ 53 (+17.78%)
Mutual labels:  zero-configuration, build-tools
hyperapp-scripts
Hyperapp expansion pack for create-react-app
Stars: ✭ 38 (-15.56%)
Mutual labels:  create-react-app, zero-configuration
create-hyperapp
Create Hyperapps with no build configuration
Stars: ✭ 16 (-64.44%)
Mutual labels:  create-react-app, zero-configuration
create-contentful-app
Bootstrap a Contentful App
Stars: ✭ 68 (+51.11%)
Mutual labels:  zero-configuration, build-tools
react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (-42.22%)
Mutual labels:  zero-configuration, build-tools
react-shopping-cart-demo
Notes and the code for the React.js crash course by Mosh Hamedani.
Stars: ✭ 86 (+91.11%)
Mutual labels:  create-react-app
boileroom
A minimal foundation to putter a full-stack application
Stars: ✭ 34 (-24.44%)
Mutual labels:  build-tools
epee-react-admin
🗡简洁、高效、易扩展的 React 快速开发模板,基于布局设计,纯 Hooks 开发,包含中后台应用常用功能
Stars: ✭ 87 (+93.33%)
Mutual labels:  create-react-app
eslint-config-website
GUI for generating ESLint configs
Stars: ✭ 45 (+0%)
Mutual labels:  create-react-app
opPortfolio
A clean portfolio template made with ReactJS.
Stars: ✭ 29 (-35.56%)
Mutual labels:  create-react-app
linkedin-clone-react-frontend
🚀 Frontend for a software similar to LinkedIn
Stars: ✭ 48 (+6.67%)
Mutual labels:  create-react-app
truffle-react
⚛️ A boilerplate Truffle Box project with Create React App for rapid Ethereum Dapp development
Stars: ✭ 45 (+0%)
Mutual labels:  create-react-app
netmaker
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Stars: ✭ 4,147 (+9115.56%)
Mutual labels:  zero-configuration
react-gallery-carousel
Mobile-friendly gallery carousel 🎠 with server side rendering, lazy loading, fullscreen, thumbnails, touch, mouse emulation, RTL, keyboard navigation and customisations.
Stars: ✭ 178 (+295.56%)
Mutual labels:  zero-configuration

rocketact

🚀 Developing React projects with ease

Build Status David (path) node

npm Downloads issues open issues closed GitHub contributors PRs Welcome

Features

  • ⚡️ Zero configuration
  • 👏 Supports both Single-Page Application and Multi-Page Application
  • 📤 Supports TypeScriptSassPostCSS 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

Usage

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.

Available Scripts

Start

Start local development environment

yarn start
# or
npm start

Build

Perform a production build

yarn build
# or
npm run build

Packages

Name Description Meta
rocketact commandline tool to create new projects David (path)
rocketact-scripts main functionality resides here David (path)
rocketact-dev-utils common utils shared by other packages David (path)
rocketact-web-console web console core David (path)
babel-preset-rocketact babel presets for Rocketact projects David (path)
rocketact-plugin-polyfill automatically setup polyfill configuration David (path)
rocketact-plugin-bundle-analyzer add webpack-bundle-analyzer intergation for Rocketact projects David (path)
rocketact-plugin-legacy-decorators add legacy decorators support for Rocketact projects David (path)
rocketact-plugin-butler add compatibility for legacy Butler projects David (path)

Awesome Plugins

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.

Contributing

Please read our contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].