Project #1 of React trail of Ignite program by Rocketseat
View Live
·
Report Bug
·
Star
Table of Contents
This project was done at Ignite following this Figma design, using CSS Modules inside React. You can access the project live here.
To run the project, you must follow these steps:
You must have Node.JS LTS installed on your local machine to run this project. Optionally, you can also install pnpm (recommended).
- Clone the repo
git clone https://github.com/ianlibanio/ignite-feed.git
- Install dependencies
- pnpm
pnpm install
- npm
npm install
- Run project in development mode
- pnpm
pnpm dev
- npm
npm run dev
- Enjoy! Now you can access the project at http://localhost:5173.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please open an issue describing what can be improved.
Don't forget to give the project a star! Thank you!
Contribution Guide:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Made by Ian Libânio.