- Node v18
- Code IDE
- AWS Account
- MongoDB Account
Please refer to the dev.env
files located under ./client
and ./server
. Insert variables for each file and then rename those files to .env
.
AWS deployments require AWS credentials to be set in their respective credentials
and config
files. Refer to Amazon's documentation here.
- React
- TypeScript
- Node.js
- Chakra UI
- Node.js
- React
- TypeScript
- Express.js
- Mongoose
- MongoDB (server)
- AWS
- Netlify
- GoDaddy
- Github
npx simple-git-hooks
npm install
yarn workspace client <package-name>
yarn workspace server <package-name>
yarn workspace client start
yarn workspace client build
yarn workspace server start
yarn workspace server build
yarn workspace aws start
yarn workspace aws deploy
yarn lint
yarn workspace client lint
yarn workspace server lint
The following is showed with dark mode enabled.