Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

komola/salad-todo

Repository files navigation

Salad Todo

Getting started

To get started, just clone this repo. Make sure you have a running PostgreSQL instance and adjust the database credentials in app/config/server/config.coffee

Then execute:

git clone https://github.com/komola/salad-todo.git
cd salad-todo
npm install
bower install
grunt
cake db:migrations:migrate

enter the directory, and execute grunt server. This will start a development server on http://localhost:3000.

To build and minify the assets, execute grunt build. This will create the public/assets/ folder where it places the compiled and minified files.

About

TodoMVC style todo app with salad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published