Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 505 Bytes

File metadata and controls

28 lines (22 loc) · 505 Bytes

translation-app

Project setup

npm install

Provide the following environmental variables (for instance in the '.env' file in the project root directory):
	API_KEY_GOOGLE_TRANSLATE

Compiles and hot-reloads for development

(both front-end and back-end)
npm run build-dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.