Skip to content

language translation app for topcoder chanllenge practice

Notifications You must be signed in to change notification settings

hughpu/language-translation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language-translation-app

Introduction

language translation web app for topcoder chanllenge practice

Description

A web application that can translate Chinese to English.
Source language: Chinese, example
Target Language: English, example

How to Deploy

  1. Enviroment Requirements
    npm is installed

  2. Extract the source code files

unzip language-translation-app.zip
  1. Run following command to build and you will get a deployable dist directory
cd language-translation-app.zip && npm run build
  1. Install npm http-server to serve the web application
npm install -g http-server
  1. Start the web application, and note the host information
npx http-server dist
  1. Visit the web application with the host
    In usual, you can visit the http://127.0.0.1:8080 if you got a browser on the deployed machine

About

language translation app for topcoder chanllenge practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published