Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 640 Bytes

TODO application with React.js, Firebase in CoffeeScript

This is an exercise.

Installation

Install by cloning git repository:

git clone git@github.com:Lori2Lori/TODO-list-React-with-Fire-Base.git

Inside repository directory install all dependencies listed in package.json using:

npm install

Usage

To build and test the application locally, execute:

npm run develop

This command will build the application and run local web server and open a browser.

To deploy this app on your server just build it:

npm run prepublish

and copy files from build directory to the server.