Skip to content

mirtinika/parcel-react-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-react-typescript

Parcel React Typescript ESLint Prettier Starter

Installation

Add Parcel

How to install Parcel is up to you

  • Globally on your machine
yarn global add parcel-bundler
  • Or by installing it as a project dependency. Execute from the project folder:
yarn add parcel-bundler --dev

Run

On your project folder run

yarn

And then to run the app in the development mode:

yarn dev

At the terminal, you will see where the site is running. By default, it runs at http://localhost:1234, but if it is not possible to run at port 1234 a new port is set up automatically

Have fun!

Tweak the configuration file the way you prefer, and start to code 👩‍💻

About

Parcel React Typescript ESLint Prettier Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published