Skip to content

nihallakshmankonchady/frontend-project

 
 

Repository files navigation

Starting the Web App Locally - Use this command

$ yarn start

Building the application

$ yarn build

Building the container

$ docker build -f Dockerfile -t $DOCKER_USER_ID/sentiment-analysis-frontend .

Running the container

$ docker run -d -p 80:80 $DOCKER_USER_ID/sentiment-analysis-frontend

Pushing the container

$ docker push $DOCKER_USER_ID/sentiment-analysis-frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.3%
  • HCL 15.1%
  • HTML 14.4%
  • CSS 5.6%
  • Dockerfile 0.6%