Figma : https://www.figma.com/file/Z8zXzJePxaCViBKFMkycgA/7-Wonders?node-id=0%3A1
- Server: Express
- Frontend: React
- Node v.14.3.0
- AWS EC2
- AWS DynamoDB, S3
cd server
yarn
yarn dev
cd client
yarn
yarn start
cd client
yarn dev
AWS credentials must be configured and EB CLI must be installed
- Navigate to /server
- Run
eb init
and select the appropriate region and app - Navigate to /.elasticbeanstalk
- In the config.yml file, add
deploy:
artifact: ./../prod-build/react-nodejs.zip
cd server
yarn deploy