Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 468 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 468 Bytes

Power-Explorer-landing

A landing page for Power Explorer

Requeriments

  • Node 6+

To install

npm install

Developing

Unleash server (includes watch task for js and scss files):

npm start

For build JS files:

npm run build

Go to http://localhost:5000 and have fun! 😁

Deploying

Deploy to gh-pages:

npm run publish