Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.07 KB

File metadata and controls

34 lines (28 loc) · 1.07 KB

REACT-TS-PARCEL

A React boilerplate that includes the latest and greatest technologies from the futur!

Getting started

> git clone git@github.com:ThunderDev1/react-ts-parcel.git
> cd react-ts-parcel
> npm install
> npm start
Recommended

VS Code with EsLint and Prettier extension

Enabling ESLint on TS files in VSCode

To tell VSCode to run eslint on TypeScript files, you need to add the following settings:

"eslint.validate": [
  "javascript",
  "javascriptreact",
  "typescript",
  "typescriptreact"
]

Stack

  • React.js JavaScript library for building user interfaces
  • Typescript typed superset of JavaScript
  • Parcel blazing fast, zero configuration web application bundler
  • React router declarative routing for React
  • EsLint the pluggable linting utility for JavaScript and JSX
  • Prettier opinionated code formatter