Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 955 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 955 Bytes

Keep Notes

A minimalist app to management of notes using React, Flux and Firebase. this is a version improved of the app created in the tutorial by @ezakto


Author: Luis Lacruz | @luixlacrux

Install gulp globally:

If you have previously installed a version of gulp globally, please run npm rm --global gulp to make sure your old version doesn't collide with gulp-cli.

$ npm install --global gulp-cli

for more info visit the docs of Gulp

Clone project

$ git clone https://github.com/luixlacrux/keep-notes.git
$ cd keep-notes

Install dependecies

$ npm install

Generate the builds and start server

$ npm start

Now open new tab browser in http://localhost:3000