Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 684 Bytes

ReactJS base project

This project was created as a base structure with the following features:

  • Typescript
  • ESlint
  • Prettier
  • Styled Components
  • VSCode settings folder with necessary changes

It just need to be cloned and change the name to be of the desired new project.

VScode setup

For the project to work, install the following extensions:

  • ESLint (Microsoft)
  • Prettier - Code formatter (Prettier)
  • vscode-styled-components (Julien Poissonnier)

Project initialization

Start the project with script npm start and npm test and merge then into one terminal, eslint will point all errors on layout and as you change files the tests will run every time.