0.0.1 • Published 9 years ago
hackathon-starter-pack v0.0.1
hackathon-starter-pack
Basic template to get up and running quickly at a hack-a-thon
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 starterChange into the directory.
cd starterInstall 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 installWhile you're working on your project, run:
npm startThis will compile your front end resource and assemble your Angular app.
Now go to localhost:3333 in your browser to see it in action.
0.0.1
9 years ago