Leandro2585 / template-react-clean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub language count Repository size GitHub last commit License Stargazers Made by Leandro

🚧 Template React Clean - Development 🚀 🚧

AboutHow to executeTechnologiesAuthorLicence

💻 About the project

Template React Clean - This project is a code standardization model, addressing some principles of programming, design patterns and automated testing using React.


🚀 How to execute the project

This template was developed with Typescript, so make sure it is usual for your context before installing.

Pre-requisites

Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Besides, it is good to have an editor to work with the code like VSCode

🎲 Running the Web

# Clone this repository
$ git clone git@github.com:Leandro2585/template-react-clean.git

# Go to project folder
$ cd template-react-clean

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The project will start at port:3000 - access http://localhost:3000 

🛠 Technologies

The following tools were used in the construction of the project:

See the archive package.json

Utilitários


💪 How to contribute to the project

  1. Make a fork of the project.
  2. Create a new branch with your changes: git checkout -b my-feature.
  3. Save the changes and create a commit message telling what you did: git commit -m "feature: My new feature"
  4. Send your changes: git push origin my-feature

Author


Leandro Real
🚀

📝 Licence

This project is under license MIT.

Made by Leandro Real 👋🏽 Contact us!


README Versions

English 🇺🇸

About


Languages

Language:TypeScript 86.4%Language:SCSS 9.8%Language:JavaScript 3.0%Language:HTML 0.8%