nailedit_api 데모시연용 웹
- Clone Repository
git clone https://github.com/Nail-Auto-Tagging/nailedit_web
cd nailedit_web
- Install packages
npm install
- Run local server
npm run start
- Access the internet
- Open your browser & input 'localhost:3000'
- Build
npm run build
- Deploy
aws s3 sync ./build s3://{{bucket_name}} --profile {{aws_credential_alias_in_local}}