Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

lunes-legacy/Wallet-web

Repository files navigation

Instructions

Get the repository using this command
git clone {this repo url}

To compile the application with webpack run this:
npm run dev

To start the server and get listening to port 3010
npm run start

Info

Webpack will generate a bunch of stuff(crap), in order to remove all those crap, run:
``` npm run clear ```