Install Node.js and then open the Terminal/CMD and navigate to the project's folder. Run the following command:
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
To request translate api, get API_KEY
for google translate api. Assign this key to the REACT_APP_TRANSLATE_API_KEY
variable in the .env
file.
Do not forget to run the project again after doing these operations successfully.