Mustafa Arici 0bb8bf6ab4 feat(webui): add restart vpn button %!s(int64=8) %!d(string=hai) anos
..
app 0bb8bf6ab4 feat(webui): add restart vpn button %!s(int64=8) %!d(string=hai) anos
public 0bb8bf6ab4 feat(webui): add restart vpn button %!s(int64=8) %!d(string=hai) anos
.babelrc 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
.gitignore 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
LICENSE 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
README.md 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
package-lock.json f18c978bb2 chore: go generate %!s(int64=8) %!d(string=hai) anos
package.json 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
webpack-production.config.js 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos
webpack.config.js 2b1197d5c1 feat(webui): implement basic webui %!s(int64=8) %!d(string=hai) anos

README.md

Getting started

Clone the repo

$ git clone <repo>
$ cd react-starter

Install dependencies

$ npm install

Start Run

$ npm start

This will initiate the project at http://localhost:8080.

Build Package for Production

For building once for production (via minification). Builds into public/ as bundle.js

$ npm run build