An English - Estonian dictionary built with React and Netlify Functions. Live version.
https://github.com/azdanov/translations.git
cd translations
cp .env.example .env
# Setup
yarn
# Compiles and hot-reloads will use .env with 'production' variables
yarn start
# Use local environment from .env.test + json-server with src/fixtures/data.json
yarn start:env
# Compiles and minifies for production
yarn build
# Run your tests
yarn test
# Open cypress
yarn cypress:open
# Run jest
yarn unit
# Run cypress once
yarn cypress:run
# Run jest once
yarn unit:no-watch
About React you can learn more in the Create React App documentation and React documentation.
About Netlify and Netlify Functions.