Skip to content

ThunderDev1/react-ts-parcel

Repository files navigation

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

About

React TypeScript and Parcel boilerplate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published