language translation web app for topcoder chanllenge practice
A web application that can translate Chinese to English.
Source language: Chinese, example
Target Language: English, example
-
Enviroment Requirements
npm is installed -
Extract the source code files
unzip language-translation-app.zip
- Run following command to build and you will get a deployable dist directory
cd language-translation-app.zip && npm run build
- Install npm http-server to serve the web application
npm install -g http-server
- Start the web application, and note the host information
npx http-server dist
- 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