week12.1 aws frontend deploing, serve
https://projects.100xdevs.com/tracks/w5E6PT2t0IyOFM3bZxcM/aws-fe-1
1. when you devloping your project to run you react project
// npm run dev
1. after development project you need to buil you code react into simple html use this command
// npm run build
1.then serve you code to run your code
// npm install -g serve
1. then go to dist folder and run the command
// serve
Comments