Project made in React and based on a project made by the Youtuber Fazt Code. This project is supported by an API of the TV series Rick and Morty, to define the characteristics of the characters of the series.
- To start the web in dev mode, you must enter the following command
npm run dev
or
pnpm run dev
Once the command is executed, port 5173 will be opened and you will be able to edit the web page.
- To start the web in production mode, you must enter the following command
npm run build
or
pnpm run build
Once the command is executed, a folder called dist will be created, with which you can take your project to production.
- React
- Vite
- Bootstrap
- Rick and Morty API