mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
04bc21dd3b
Former-commit-id: 89c05079415977d65e7328a1eb8a1c602d76f78a
12 lines
414 B
Markdown
12 lines
414 B
Markdown
# Browserify example
|
|
|
|
```sh
|
|
$ npm install --only=dev # install browserify from the devDependencies.
|
|
$ npm run-script build # browserify and minify the `app.js` into `bundle.js`.
|
|
$ cd ../ && go run server.go # start the neffos server.
|
|
```
|
|
|
|
> make sure that you have [golang](https://golang.org/dl) installed to run and edit the neffos (server-side).
|
|
|
|
That's all, now navigate to <http://localhost:8080/browserify>.
|