kasturi14 / Impulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impulse

This project was generated with Angular CLI version 6.1.3 and is hosted on firebase(https://ooshop-d777b.firebaseapp.com/) . This is a dummy event website with a proper database(firebase realtime database),where we have used google authentication provided by firebase,has an admin side from where you can manage the events(add,update and delete them as required) and the registrations as well.Open the link to see all the cool features. To login as an admin, you will have to take the pains to search for it's username and password in the codebase as it is hardcoded for now.

##Running Impulse On your local macine

  1. Clone the project.
  2. Open it in your ide.
  3. Run npm install.
  4. Run npm audit fix.
  5. And finally ng serve.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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.

Build

Run npm run-script build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About


Languages

Language:TypeScript 46.2%Language:HTML 34.8%Language:CSS 16.2%Language:JavaScript 2.9%