The web frontend for Coinblesk
The front-end cannot be run without the coinblesk-server
. First, start the server, then the frontend.
-
Install Node.js & NPM
-
Install Yarn
npm install -g yarn
-
Install Project Dependencies
yarn install
Serve with hot reload at localhost:8080
yarn run dev
Build for production with minification
yarn run build
Serve the production build at localhost:7070 (e.g. for testing service workers)
node start-server.js