Practical lesson covering Angular 6 + Firebase + SemanticUI
After downloading the project run inside the project folder npm install
to download the dependencies.
Run ng serve --port 4200 -o
for a dev server, it will open automatically. Or navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.