Skip to content

FireFace1337/Ermolaev-project

Repository files navigation

Logo

Getting Started with React project

This project was bootstrapped with react-project

Available Features

  • 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)

Project Structure

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

Available Scripts

npm run start or yarn start

Runs the app in dev mode

npm run build or yarn build

Builds the app for production to the build folder

npm run lint or yarn lint

Checks compliance with the code style (Jesse)

npm run lint-fix or yarn lint-fix

Fixes code style errors (Jesse)

Create React App

react-project was bootstrapped with create-react-app

License

React-project is open source software licensed as MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published