MyOwnClone / parcel-react-typescript-vscode

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel React TypeScript VSCode

React app written in TypeScript with Parcel bundler that works with VSCode debugger

Starting the app

You need to have following on your system:

  • Node 8 +
  • Yarn
  • VSCode
  • Google Chrome
  1. Clone the Git repository and install dependencies
git clone git://github.com/mohsen1/parcel-react-typescript-vscode
cd parcel-react-typescript-vscode
yarn
  1. Open in VSCode and install recommended extensions

  2. Press F5 to start

About

WIP


Languages

Language:TypeScript 62.9%Language:HTML 37.1%