Skip to content

Project presenting a basic configuration of a React project, which is also making use of Babel and Webpack.

License

Notifications You must be signed in to change notification settings

Leonardofreua/react-basic

Repository files navigation

React basic

Project presenting a basic configuration of a React project, which is also making use of Babel and Webpack.

Topics Covered   |    Installation   |    How to contribute   |    License

Topics covered

This project aims to teach the basic configuration of a React project. Below are topics covered:

💽 Installation

  • Clone project: git clone https://github.com/Leonardofreua/react-basic.git
  • Run: yarn install
  • Then: yarn dev

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Once your pull request merge is done, you can delete your branch.

📝 License

This project is under the MIT license. See LICENSE file for more details.

About

Project presenting a basic configuration of a React project, which is also making use of Babel and Webpack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published