Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1 KB

README.md

File metadata and controls

38 lines (25 loc) · 1 KB

My first web with React

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.

Example Video

Video.mp4

How can I start the project?

  • 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.

Resources

  • React

  • Create-react-app

  • Bootstrap