Skip to content

Nail-Auto-Tagging/nailedit_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nailedit_web

nailedit_api 데모시연용 웹

How to run in local

  1. Clone Repository
git clone https://github.com/Nail-Auto-Tagging/nailedit_web
cd nailedit_web
  1. Install packages
npm install
  1. Run local server
npm run start
  1. Access the internet
  • Open your browser & input 'localhost:3000'

How to deploy in S3

  1. Build
npm run build
  1. Deploy
aws s3 sync ./build s3://{{bucket_name}} --profile {{aws_credential_alias_in_local}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published