Create an AngularJS project with Yeoman
Hello, in this post I will explain how to set up an AngularJS project with Firebase. For this I will use Yeoman. This utility will allow us to create the skeleton of our application and Configure Grunt to make our life easier. To start we need to install Yeoman: Then the generator angularfire: Then we… Read More »