git clone https://github.com/Lermex/purescript-pux-contact-details.git
cd purescript-pux-contact-details
npm install
npm start
Visit http://localhost:3000
in your browser.
npm start
or npm run watch
will start a development server, which
hot-reloads your application when sources changes.
npm run serve
serves your application without watching for changes or
hot-reloading.
npm run build
bundles and minifies your application to run in production mode.