Welcome to the Harry Potter LP project!
This project was bootstrapped with Create React App.
- Live Preview: harry-potter-d1u0s5x4y-tiagogranelli.vercel.app
- API Source: hp-api.onrender.com
- Node.js version 18
-
Installation:
npm install
This will install all the necessary dependencies.
-
Development Mode:
npm start
This will run the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You might also see lint errors in the console.
-
Building for Production:
npm run build
This command builds the app for production in the
buildfolder. It correctly bundles React in production mode and optimizes the build for performance. The build will be minified, and the filenames will include hashes. Once done, your app will be ready for deployment!