Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)