Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 478 Bytes

dappform

Installation

npm install to download code dependencies.

npm install -g webpack webpack-cli (use sudo if you get something like Error: EACCES: permission denied...)

HTTP server npm i -g http-server

Development

npm run serve for convenience, otherwise you can start any web server with CORS enabled eg. http-server --cors

npm run develop equivalent to webpack --watch

Deployment

npm run publish to push content to github pages.