The problem of typing has long been known to all Javascript developers. Someone resolves it with the help of a Flow, someone with the help of something else, and someone with the help of a TypeScript. This repository allows you to make quick in React Development using TypeScript.
This boilerplate uses Webpack, Eslint, CSS Modules and Babel.
You don't need Create React App
Pull Requests are very welcome!
git clone [email protected]:vtereshyn/react-typescript-eslint-starter.git
or
git clone https://github.com/vtereshyn/react-typescript-eslint-starter.git
With Yarn:
yarn
With NPM:
npm i
With Yarn:
yarn dev
With NPM:
npm run dev
With Yarn:
yarn lint
With NPM:
npm run lint
With Yarn:
yarn lint-fix
With NPM:
npm run lint-fix
With Yarn:
yarn build
With NPM:
npm run build
Dist folder will have a structure like:
dist
- public
-- assets
-- js
-- styles
-- index.html