Skip to content

adamfortuna/ng-guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-seed

This is a starter project for how I personally like to setup my Angular projects.

Setup

Clone this repo and install dependencies.

npm install
bower install

Once that's done, you can start compiling JavaScript and Stylesheets.

gulp javascript:vendor javascript:templates javascript:application
gulp

In another terminal, you can start a server:

npm start
{
  "rules": {
    // public read access
    ".read": true,
    "users": {
      "$uid": {
        // write access only to your own data
        ".write": "$uid === auth.uid"
      }
    }
  }
}

Now you can open up http://localhost:8080 and see if everything worked!

About

When do you think Angular 2 will be ready?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published