A repository for the ETHPrize website.
https://ethprize.io
d1060b942f
ETHPrize responsive website |
||
---|---|---|
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
webpack.config.js |
README.md
ETHPrize
Install instructions
Install all the project dependencies
>$ npm install
To run a local development server
>$ npm run dev
To run a local development server with browser syn
>$ npm run watch
Build the code - Production (Uglify and minimise)
>$ npm run production