Angular Event Management App

Basic Event Managemnt App with adding/editing event functionality and Admin page with Auth.

Quick Start

git clone https://github.com/pratheekhegde/angular-event-management.git
cd angular-event-management

# install the project's dependencies
yarn # or run "npm install"

# starts the application in dev mode and watches your files for livereload
ng serve

Build scripts

# dev build
ng build

# prod build
ng build --prod

The app is generated from clarity-seed.

The live demo is here.