Application can't be build on local
I try to run npm install, following by yarn start as the doc guide. But the app throw error, the installation process also throw a lot of warning about packet vulnerabilities. Have you guys test your app carefully before push it here?
@lehai2909 Having the same issue myself right now. This project is very outdated (last commit is over 1 year ago). React has had many changes over the last year. Biggest one for many boilerplate React apps is deprecation of create-react-app....
Project may not work anymore
EDIT: I was able to get the project to build using npm (npm run build) and completed the aws tutorial,though there were errors of deprecated modules. Good luck!
These issues have now been fixed and the entire app has been updated to work with latest version of React (19) and Next (14).