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 🙏 .
git clone https://github.com/szymkab/createjs-boilerplate.git my-project
cd my-project
yarn setup
yarn install
yarn start