/react-ts-parcel-starter

A minimal starter React + TypeScript template with Parcel

Primary LanguageHTML

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