Skip to content

thirdtiu/coolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coolio - A trello clone app

##Setup

You must have bower and npm installed.

After pulling from repo, install npm and bower packages:

npm install

bower install

On the app directory, start the server:

npm start

You can now access the app on:

http://localhost:8080/dev/

http://localhost:8080/prod/

##Development Process

I am using grunt for building the app.

For development, you will also need to install the grunt cli:

sudo npm install -g grunt-cli

Everything is in /src folder, if you edit stuff inside this directory, execute grunt to build the app again. It will be deployed to the /dev directory. You can also execute grunt watch so it automatically rebuilds.

grunt production deploys to the /prod directory and everything is minified.

##To-dos

Overall UI improvements

Dropdown for colorpicker

About

A trello clone app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published