Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

sharkich/devchallenge-2018-schedule

Repository files navigation

Dev Challenge 2018 Schedule Work

This project was generated with Angular CLI version 6.0.0.

For install dependencies use npm i

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.

Build

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.

For launching built version use some simple web-server. For example: cd dist/devchallenge2018schedule python -m SimpleHTTPServer 8000 or http-server --gzip