Skip to content

cylwin/cozy-angular-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Cozy-angular-skeleton 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 [email protected]:cylwin/cozy-angular-skeleton.git
cd cozy-angular-skeleton
npm install
coffee server.coffee

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

cd client && npm install && bower install && gulp build && cd ..

You can check Gulpfile.coffee for more informations

And then, whenever you want to build your application:

cake build

Check the Cakefile for more information.

What is Cozy?

Cozy Logo

Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you. You install only the applications you want. You can build your own one too.

Community

You can reach the Cozy community via various support:

About

A skeleton to bootstrap cozy.io app with angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published