Alarm App
Alarm Application developed using Angular 2.
Tech
Alarm App uses a number of open source projects to work properly:
- [Angular2] - HTML enhanced for web apps!
- [Webpack] - The streaming build system.
- [materilizecss] - Material UI Components.
Installation
Alarm App requires Node.js v5+ to run.
Clone the source from git server.
$ git clone <http://git-repo/thamsrang/alarm.git>
Install the dependencies and devDependencies and start the server.
$ cd alarm
$ npm install -d
$ node run start
Webpack Dev Server started after initial building. Project run at http://localhost:3000/
127.0.0.1:3000
To build the project follow the below command
$ node run build
Inside dist directory main.bundle.js file generated with map file.