Mustafa Arici e51f96374f chore: go generate 7 سال پیش
..
app 7bf6619ba1 fix(webui): prevent dropdown from swallowing items 7 سال پیش
public e51f96374f chore: go generate 7 سال پیش
.babelrc 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش
.gitignore 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش
LICENSE 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش
README.md 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش
package-lock.json b2d6bdc20a chore: ensure hoek node module is up to date 7 سال پیش
package.json b2d6bdc20a chore: ensure hoek node module is up to date 7 سال پیش
webpack-production.config.js 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش
webpack.config.js 2b1197d5c1 feat(webui): implement basic webui 8 سال پیش

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