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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ This application has been built with the following technologies:
52
52
-[Redux](http://redux.js.org/): Implements a Flux like architecture.
53
53
-[ImmutableJS](https://facebook.github.io/immutable-js/) Helps to keep the data immutable aiming to avoid side effects.
54
54
-[PostCSS](https://github.com/postcss/postcss) Handle the app CSS.
55
-
-[NodeJS](https://nodejs.org/en/) + [Express](http://expressjs.com/) (Server side to build an universal application, create and serve the generated drawings).
56
55
57
56
## Installation
58
57
@@ -62,8 +61,6 @@ npm install
62
61
63
62
## Development
64
63
65
-
If you just want to develop the interface with no need of the back-end side.
66
-
67
64
```bash
68
65
npm run development
69
66
```
@@ -81,7 +78,7 @@ npm run deploy
81
78
There are several libraries used in the project that help us to keep our codebase healthy:
82
79
83
80
-[ESlint](https://eslint.org/)
84
-
-[stylelint](https://stylelint.io/)
81
+
-[Stylelint](https://stylelint.io/)
85
82
-[Prettier](https://prettier.io/)
86
83
87
84
Every time we commit something it will execute the linters and format the staged files if needed.
0 commit comments