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
-[React](https://facebook.github.io/react/): Library to build the UI
34
+
-[Redux](http://redux.js.org/): Implements a Flux like architecture
36
35
-[ImmutableJS](https://facebook.github.io/immutable-js/) Helps to keep the data immutable
36
+
-[PostCSS](https://github.com/postcss/postcss) Handle the app CSS
37
37
-[NodeJS](https://nodejs.org/en/) + [Express](http://expressjs.com/) (Server side to build an universal application, create and serve the generated drawings)
38
38
39
39
## Installation
@@ -44,15 +44,15 @@ npm run install
44
44
45
45
## Development
46
46
47
-
If you just want to develop the interface with no need of back-end side, taking advance of ```webpack-dev-server``` and ```react-hot-loader```.
47
+
If you just want to develop the interface with no need of back-end side, take advance of ```webpack-dev-server``` and ```react-hot-loader```.
48
48
49
49
```bash
50
50
npm run development
51
51
```
52
52
53
53
## Deploy
54
54
55
-
Create the final build and run the generated react html on a express server making in an isomorphic/universal way.
55
+
Create the final build and run the generated react html on a express server making in an isomorphic way.
56
56
57
57
```bash
58
58
npm run deploy
@@ -67,3 +67,13 @@ A ```config.json``` is needed for deployment with the Twitter and express keys.
67
67
```bash
68
68
npm run test
69
69
```
70
+
71
+
## Contributing
72
+
#### Help me to improve it, share and enjoy :)
73
+
Please create a Github issue if there is something wrong or to be improved. Pull request are also welcome and they can be created to the develop branch.
0 commit comments