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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,14 @@ Traditional Flux architecture built with ImmutableJS data structures.
31
31
32
32
-**Decoupled** - A NuclearJS system should be able to function without any sort of UI or frontend. It should be backend/frontend agnostic and be able to run on a NodeJS server.
33
33
34
+
## Installation
35
+
36
+
NuclearJS can be downloaded from npm.
37
+
38
+
```
39
+
npm install nuclear-js
40
+
```
41
+
34
42
## Let's see some examples
35
43
36
44
Let's see what the original [Flux Chat Example](https://github.com/facebook/flux/tree/master/examples/flux-chat) looks like in NuclearJS.
0 commit comments