Skip to content

A minimal starter React + TypeScript template with Parcel

Notifications You must be signed in to change notification settings

tomiolah/react-ts-parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal starter React + TypeScript template with Parcel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published