Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 741 Bytes

Using this template

Based on this tutorial.

  1. Install Yarn

    npm i -g yarn
  2. Install dependencies for development

    yarn install --production=false

    More details

  3. Compile project:

    • Dev version:

      yarn dev

      Compiles files into the build/debug folder and runs a dev server (http://localhost:1234)

    • Prod version:

      yarn build

      Compiles production-ready files into the build/release folder