Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 269 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 269 Bytes

Canvas + Typescript + Webpack + Babel

Web Project Template using Canvas.

Install

npx degit canvas-ts-webpack-babel my-project
cd my-project
yarn

Start

yarn dev

Dist Production

yarn build

Dist Development

yarn build:dev