lokeshh / bunk-o-meter

The hackathon project progressive web app hosted at

Home Page:https://bunk-o-meter.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codebeat badge

Bunk-o-meter

Setting up Project

  • Fork the Project

    • Click on Fork button in header of page
  • On therminal type git clone https://github.com/<your-username>/bunk-o-meter

  • Setting up system Install NVM

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
nvm install node
nvm use node
  • Installing Packages
npm install
  • Develop App
npm run dev
  • Run App
npm install -g serve
cd public
serve

About

The hackathon project progressive web app hosted at

https://bunk-o-meter.firebaseapp.com


Languages

Language:HTML 52.7%Language:JavaScript 47.1%Language:CSS 0.2%