Introductory project for React only dealing with the Front-End
nodejs >= 16.13
react >= 17.0
- To get a local copy of the repository please run the following commands on your terminal:
git clone https://github.com/lfmnovaes/hello-react-front-end.git
- Go to the cloned directory with
cd hello-react-front-end
- Run
npm install
to install the necessary packages for react - After installing everything, you can run now the website with
npm start
Running linters
- Stylelint (CSS linter), run:
npx stylelint "**/*.{css,scss}"
- ESLint (JS and JSX linter), run:
npx eslint .
👤 Luís Fernando
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.