The Wayback Machine - http://web.archive.org/web/20201106195636/https://github.com/szymkab/createjs-boilerplate
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CreateJS boilerplate

Use this boilerplate to quickly start a CreateJS project. I suggest pet project rather than commercial (it is not perfect 😛).

Unfortunately CreateJS package is legacy so it expose createjs var to window. Maybe some day there will be new version 🙏 .

Getting started

0. Make sure you have installed node and yarn

1. Clone the repository

git clone https://github.com/szymkab/createjs-boilerplate.git my-project

2. Enter you project

cd my-project

3. Fire setup script (it will remove git files, setup script and initialize new repository)

yarn setup

4. Install dependencies

yarn install

5. Start development

yarn start

About

A small boilerplate that lets you quickly start a new CreateJS project.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.