Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 344 Bytes

File metadata and controls

11 lines (8 loc) · 344 Bytes

React with TypeScript and Parcel

Very basic setup to start your application with.

How to use this repository:

  1. Clone the repository
  2. Open command prompt in the cloned folder (Git bash recommended)
  3. Run npm install
  4. Run npm start
  5. Congrats! you have the right setup to start your React application with Typescript&Parcel