Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 474 Bytes

README

How to run in development mode

Install NodeJS https://nodejs.org/en/download/current/

Install the dependencies

npm install

Start the dev server that uses webpack (see details in the webpack.config.js)

npm start

Open the webserver in either Chrome or Firefox and point to

http://localhost:8081

Build/install

Build the web app with the command: npm run build

The files in the build directory can then be deployed to any web server.