A React boilerplate that includes the latest and greatest technologies from the futur!
> git clone [email protected]:ThunderDev1/react-ts-parcel.git
> cd react-ts-parcel
> npm install
> npm start
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
- 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