Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 565 Bytes

Contact-Manager

This is a simple Contact Manager created as a practice with Facebook's Flux architecture and using React for UI components. Feel free to fork and play around with it.

Demo

http://pooria.co/cmapp

Quickstart

The project dependencies are not included in this repository. To install all the dependencies you will need NPM. Run this command in the main directory:

npm install

Also run this to create bundle.js with browserify, it will update the file everytime you make a change in your JavaScript files.

npm start