About • How to execute • Technologies • Author • Licence
Template React Clean - This project is a code standardization model, addressing some principles of programming, design patterns and automated testing using React.
This template was developed with Typescript, so make sure it is usual for your context before installing.
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
# Clone this repository
$ git clone [email protected]: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
The following tools were used in the construction of the project:
Web (ReactJS + TypeScript)
See the archive package.json
- Editor: Visual Studio Code
- Make a fork of the project.
- Create a new branch with your changes:
git checkout -b my-feature
. - Save the changes and create a commit message telling what you did:
git commit -m "feature: My new feature"
- Send your changes:
git push origin my-feature
Leandro Real 🚀
This project is under license MIT.
Made by Leandro Real 👋🏽 Contact us!