/Contact-Manager

Contact manager app with ReactJS and Flux architecture

Primary LanguageJavaScriptMIT LicenseMIT

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