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 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.