Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

boilerplate-joolajs

Boilerplate for JoolaJS.

Using the Boilerplate

$ git clone https://github.com/joola/boilerplate-joolajs my-project
$ cd my-project
$ npm install

Then, rename the project and set the correct remote

$ git remote remove origin
$ git remote add https://github.com/joola/my-project origin
$ git push origin master

You now have a new copy of the Boilerplate ready for work.