0.0.1 • Published 8 years ago

hackathon-starter-pack v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
8 years ago

hackathon-starter-pack

Basic template to get up and running quickly at a hack-a-thon

Build Status

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer for your OS.

Get Started

Clone this repository, where app is the name of your app.

git clone git@github.com:base-apps/angular-firebase-template.git starter

Change into the directory.

cd starter

Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured.

npm install

While you're working on your project, run:

npm start

This will compile your front end resource and assemble your Angular app. Now go to localhost:3333 in your browser to see it in action.