This project was bootstrapped with react-project
- React 17.0.1
- TypeScript 4.0.3
- Eslint 7.17.0
- Jesse config for eslint 2.2.3
- Styled-components 5.2.1
- Node-sass 4.14.1
- Lint & Build checkers (Github Actions)
In src folder you can find:
- components
Your independent components should be located here
If you use css-in-js then create a single file
If you use sass/scss/less then create folder and two files:
ComponentName.tsx and ComponentName.styles.sass - pages
The pages collected from the components should be here
Examples:
Home, About, Contacts ... - styles
Styles for your pages should be here. It can be styled component or sass/scss/less
Runs the app in dev mode
Builds the app for production to the build folder
Checks compliance with the code style (Jesse)
Fixes code style errors (Jesse)
react-project was bootstrapped with create-react-app
React-project is open source software licensed as MIT
