Skip to content

ThunderDev1/react-ts-webpack

Repository files navigation

REACT-TS-WEBPACK

React boilerplate with TypeScript and webpack

Getting started

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

If you need redux, checkout the redux branch

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
  • Webpack a bundler for javascript and friends
  • React router declarative routing for React
  • EsLint the pluggable linting utility for JavaScript and JSX
  • Prettier opinionated code formatter

About

React boilerplate with TypeScript and webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published