Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Template project for Cozy Applications written with Coffeescript

License

Notifications You must be signed in to change notification settings

cozy-labs/cozy-light-template-coffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Cozy Template is a template project to start quickly your own application. Just fork it and code while focusing only on your features !

Do you feel lost? No problem, check out our tutorial to get your started: http://cozy.io/hack/getting-started/

Run

Clone this repository, install dependencies and run server (it requires Node.js and Coffee-script)

npm install -g coffee-script
git clone git://github.com/mycozycloud/cozy-template-coffee.git
cd cozy-template-coffee
npm install
coffee server.coffee

If you want to build the application, be sure client side dependencies are installed

cd client && npm install && cd ..

And then, whenever you want to build your application:

cake build

Check the Cakefile for more information.

What is Cozy?

Cozy Logo

Cozy Light allows you to deal, without effort, with many self-hosting use cases like turning your server into a file storage, hosting your static website or managing dockerized web apps. You can try it on your desktop or directly set it up on your own server. It performs well on cheap hardwares like the Raspberry Pi or small Digital Ocean VPS.

Community

You can reach the Cozy community via various support:

About

Template project for Cozy Applications written with Coffeescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 58.5%
  • CoffeeScript 33.1%
  • CSS 8.4%