https://github.com/oreactjs/oreact-cli
Oreact CLI toolkit for amazing developer experience. Start developing your next Oreact App in just seconds.
https://github.com/oreactjs/oreact-cli
Last synced: over 1 year ago
JSON representation
Oreact CLI toolkit for amazing developer experience. Start developing your next Oreact App in just seconds.
- Host: GitHub
- URL: https://github.com/oreactjs/oreact-cli
- Owner: oreactjs
- License: mit
- Created: 2020-06-03T05:29:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T00:00:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T10:55:53.939Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://oreactjs.com/docs/cli/introduction
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Oreact CLI
Oreact-CLI helps you get started developing and deploying a full stack Oreact application in just a few seconds.
Oreact-CLI is a tool that abstracts all complex configuration needed for SSR into a single dependency--giving you the awesome developer experience of create-react-app. Oreact CLI takes the pain out of starting a new project, getting you up and running instantly with a minimal and understandable project structure.
It's powered by the same Open Source tools you know and love, just without the need to configure anything - Webpack, Babel, Tailwind, Razzle, etc. Everything from hot-reloading to critical CSS inlining is set up optimally for you.
## Installation
```jsx
yarn global add oreact-cli
```
Learn more about setting up Oreact project read our [Getting started](https://oreactjs.com/docs/cli/introduction) section.
## Features
Oreact CLI comes with the following features out of the box.
* Universal Hot Module Replacement, so both the client and server update whenever you make edits. No annoying restarts necessary.
* Comes with your favorite ES6 JavaScript goodies
* Fully automatic code splitting for routes.
* loadable-components powered transparently code-split any component.
* Escape hatches for customization via .babelrc and razzle.config.js
* Zero-configuration server-side rendering hydration.
* Support for CSS Modules, LESS, Sass, Stylus; with Autoprefixer.
* Orup powered single command deployment to anywhere.
### Learn more about Oreact on [Oreact Website ➞](https://oreactjs.com)
## License
This project is licensed under the terms of the
[MIT license](/LICENSE).