The front end for hello-app. Use can generate random greeting
- Html
- Css
- Js
- Linter
- Figma
https://github.com/Baroka-wp/hello-rails-back-end/
👤 Author : IROTORI Baroka
- Clone the repository
git clone https://github.com/Baroka-wp/hello-react-front-end.git
cd hello-react-front-end
- install all dependances
npm install
- Run the server
npm start
- Open your browzer and go to localhost:3000
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint ."
- Netlify
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.