- This is a warm-up project to learn next.js from the DeepBrainAI Academy 3th.
- This will give you the basics of a project that works in the MSA architecture pattern.
1th Week
- difference React vs Next.js
- routing of next.js
- entry point _app.js
- etc.. about React
2th Week
- redux & rtk(redux tool kit)
- js (generator, lambda function)
- create user list pages
3th Week
- redux without toolkit
- serverless
First, run mongo-container and backend-server and then
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.