Skip to content

Commit bb47f7c

Browse files
committed
Merge pull request #49 from optimizely/bhamodi-patch-1
Added installation section.
2 parents cc94cc5 + 642c2e4 commit bb47f7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Traditional Flux architecture built with ImmutableJS data structures.
3131

3232
- **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.
3333

34+
## Installation
35+
36+
NuclearJS can be downloaded from npm.
37+
38+
```
39+
npm install nuclear-js
40+
```
41+
3442
## Let's see some examples
3543

3644
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

Comments
 (0)