We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d04f7 commit 315bb03Copy full SHA for 315bb03
web-frontend/README.md
@@ -1,7 +1,7 @@
1
# cro web frontend
2
3
The `cro web` frontend is a React.js/Redux.js application, bundled into a
4
-single JavaScript using browserify. It is written in ES6, with babel being
+single JavaScript file using webpack. It is written in ES6, with babel being
5
used to translate it into the JavaScript browsers more widely support. The
6
generated bundle is committed into `../resources/`, so that `cro` users do
7
not need to install a JavaScript build toolchain in order to use `cro`; only
@@ -11,7 +11,7 @@ setup of a build toolchain.
11
## Setup
12
13
1. Install Node.js and `npm`.
14
-2. `npm install -g browserify`
+2. `npm install -g webpack`
15
3. npm install .
16
17
## Building
0 commit comments