thamsrang / angular2-alarm

Alarm developed using Angular 2 with Material UI

Home Page:https://thamsrang.github.io/angular2-alarm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Alarm developed using Angular 2 with Material UI

https://thamsrang.github.io/angular2-alarm/


Languages

Language:TypeScript 66.7%Language:HTML 23.9%Language:JavaScript 9.5%