-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Fire for Angular
To install, first clone the Angular Fire Github repo.
git clone https://github.com/blazed-space/fire-angular
Then, you will want to move to the root directory of the cloned repo
cd fire-angular
Next, you will want to install NPM dependencies
npm install
You can run a local development server using Angular's CLI utility, make sure it is installed
npm install -g @angular/cli
And then, you can simply run the following to start a local development server:
ng serve
Once you have run the above command, navigate to localhost:4200 to see your development server.
You can take advantage of this project's netlify.toml file, which allows you to deploy it to Netlify without any further configuration.
Join the Blazed Development Group today to get involved in open source collaborative projects.
Discover our FREE learning resources, the Blazed University, Web Development School, and Blazed City.