Clique aqui para ver a versão em Português.
Preview: Ignite Feed
React application using Vite to apply the most important React concepts: Componentization, Properties, States, Immutability, and Hooks.
- ReactJS
- TypeScript
- CSS
- Clone the project and access the directory
$ git clone https://github.com/luc-ribeiro/ignite-feed-react.git
$ cd ignite-feed-react
- Follow the steps below:
# Install the dependencies
$ npm i
# Start the project
$ npm run dev
- The application will be available at
http://localhost:5174