React boilerplate with TypeScript and webpack
> git clone [email protected]:ThunderDev1/react-ts-webpack.git
> cd react-ts-webpack
> npm install
> npm start
If you need redux, checkout the redux branch
VS Code with EsLint and Prettier extension
To tell VSCode to run eslint on TypeScript files, you need to add the following settings:
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
]
- 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