Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 515 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 515 Bytes

preview

Install

git clone [email protected]:plouc/cloud-pie.git
cd cloud-pie
npm install

Fetch AWS data

node fetch.js

Generate frontend assets

require gulp to be installed globally on your machine, if it's not already installed:

npm install -g gulp

generate:

gulp

Start server

node server.js

you can now open your browser at http://localhost:3000.