Skip to content

A small boilerplate that lets you quickly start a new CreateJS project using Typescript as language, Webpack as bundler and Jest as testing framework.

Notifications You must be signed in to change notification settings

Tolomeo/createjs-boilerplate

 
 

Repository files navigation

CreateJS boilerplate

Use this boilerplate to quickly start a CreateJS project using Typescript and Webpack.

CreateJS still doesn't support ES modules and is therefore exposed as a global namespace window.createjs.

Built With

Getting Started

Prerequisites

  • Node, version 12.x

Installation

  1. Clone this repository
    git clone https://github.com/Tolomeo/createjs-boilerplate name-of-my-new-project
  2. Enter you project directory
    cd name-of-my-new-project
  3. Fire the setup script
    npm run setup
  4. Start the project for development
    npm start
    or build the project for deployment
    npm run build

About

A small boilerplate that lets you quickly start a new CreateJS project using Typescript as language, Webpack as bundler and Jest as testing framework.

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 46.6%
  • TypeScript 42.1%
  • HTML 9.1%
  • CSS 1.2%
  • Shell 1.0%