You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ An opinionated framework for creating React + Redux apps.
11
11
To run in development mode from your project directory for local development:
12
12
13
13
```
14
-
$ npm install
14
+
$ npx reactium init
15
15
$ npm run local
16
16
```
17
17
@@ -50,8 +50,5 @@ There are a many reasons why, but the most important ones to us are:
50
50
-**Robust Command Line Interface:** Reactium heavily relies on boiler-plated code to normalize and ease the dev workflow. Creating a component or a design system element can be done with the stroke of a few keys. No need to memorize all the commands either, you can use `--flags` or follow prompts. You can even customize the CLI by replacing or creating your own commands. [Learn more](https://www.npmjs.com/package/@atomic-reactor/cli).
51
51
-**Easy Deployment:** Reactium creates a Node server for both front-end and server side rendering making it easy to deploy to the host of your choice. We even have a docker setup included for you dev-opers.
52
52
-**Single Page App or Isolated Component Development:** Build anything from a full website to a single component and package for distribution.
53
-
-**Built-in Redux Support:** Learning Redux can be hard. Sure you might have the basics down but building an application with it can quickly escalate to frustration and nightmares. Our simple Redux pattern makes it super easy to build stateful applications. Learn more about [Redux](https://redux.js.org/).
54
53
-**Built-in React Router Support**: Build routed websites in a single application with no additional setup. Learn more about [React Router](https://reacttraining.com/react-router/web/guides/quick-start)
55
-
-**Plugin Architecture**: Dynamic composition where there's no need to hard code `import` statements through out your codebase. Simply identify "zones" where components can be injected. [Learn more](https://github.com/Atomic-Reactor/Reactium/blob/master/markdown/plugins.md).
0 commit comments