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

FoundersAS/dappform

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published