Skip to content

tamer-mohamed/codesample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime TODO

TODO app running using Firebase! and ReactJs!

Installation

  • you need to install nodejs! in order to run the installment for node packages module dependcies.

  • Install bower

npm install -g bower

To install npm and bower dependencies

 npm install
 bower install
 

Debuging

To turn on the debuging system, you need to set the following in the browser console

localStorage.todoDebug = 'true'

Test

Run unit tests


 gulp test

Run

Start the app locally

 gulp

Build

Build dist of the app for prodution, will be at build folder

 gulp --prod

About

Codesample for creating TODO app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published