ClementKerneur / React-Alarm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Alarm

UPDATE : Flux / Reflux

View this project with Flux implementation here

View this project with Reflux implementation here

Description

This project is initialized for the Developper Conference in Mauritius http://www.devconmru.org/ .

Me and Jeremy Barthoux have choose of create little alarm system in browser for presenting React and Around technologies at Mauritius.

React Alarm : Simple Alarm system in your browser.

Structure (Todo Update)

  • js/ : All frontend logic
  • css/ : Styling
  • build/ : Compiled javascript file with browserify
  • index.html : Page for visualise App.

Install

  1. Clone this repository and place you into

git clone https://github.com/ClementKerneur/React-Alarm.git

cd React-Alarm 2. Create folder build for places compiled files into : mkdir build 3. Install Node JS packages : npm install 4. Launch assets builder : npm start 5. Launch the backend nodejs in port 5050 : node server.js

About


Languages

Language:JavaScript 51.6%Language:CSS 46.9%Language:HTML 1.5%