This is front End Pwa Solution for [Technojam community](https://www.facebook.com/technojam.scse).more info will be updated soon.
Install node modules npm i
or npm install
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.
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.
Build web app can be run by any server recomended server is http-server. to run via http-server
go inside dist/
directory and type http-server .
where .
is for serving current directory.