Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slotovi4/compilation-react-ts-scss
React assembly
https://github.com/slotovi4/compilation-react-ts-scss
assembly bem-naming husky react react-eslint recoil router-dom scss typescript yarn
Last synced: 17 days ago
JSON representation
React assembly
- Host: GitHub
- URL: https://github.com/slotovi4/compilation-react-ts-scss
- Owner: slotovi4
- Created: 2019-03-01T13:15:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T15:02:05.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:07:13.516Z (3 months ago)
- Topics: assembly, bem-naming, husky, react, react-eslint, recoil, router-dom, scss, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Start
`yarn`
`yarn start`### SCSS types checking
Set in VSCode config settings - `"typescript.tsdk": "./node_modules/typescript/lib"`
[more details](https://www.npmjs.com/package/typescript-plugin-css-modules)#### On husky crashes:
1. delete yarn.lock
2. delete node_modules
3. delete git hooks: `rm -rf .git/hooks`
4. install husky: `yarn add -D [email protected]`### Components architecture
![components-architecture](https://github.com/slotovi4/compilation-react-ts-scss-assets/blob/master/assets/images/conponents-architecture.png?raw=true)### API architecture
![api-architecture](https://github.com/slotovi4/compilation-react-ts-scss-assets/blob/master/assets/images/api-architecture.png?raw=true)