This project is a to do, basic project made with React and Bootstrap, this project was based on a similar project made by the youtuber Fazt Code.
Video.mp4
- To start the web in dev mode, you must enter the following command
npm run start
or
pnpm run start
Once the command is executed, port 3000 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 build will be created, with which you can take your project to production.
-
React
-
Create-react-app
-
Bootstrap