Template for the projects developed in the React course of the LearnThis Academy elearning platform.
Explore LearnThis
The objective of the project is to provide a base project with the minimum necessary tools to develop a project based on React.JS.
A number of tools have been added to improve the development experience and provide a good structure for any type of project.
- ESLint -> Statically analyzes your code to quickly find problems
- Standard.js -> Configuration template for ESLint
- Prettier -> Opinionated code formatter
- Lint-staged -> Runs linter and formatter before commits
👍 Click on USE THIS TEMPLATE button 👍
In this way you will create your project based on the following template
After creating the repository and cloning it locally
npm iDistributed under the MIT License. See LICENSE.md for more information.