/translations

An English - Estonian dictionary made with React and Netlify Functions.

Primary LanguageTypeScriptMIT LicenseMIT

Translations · Netlify Status Build Status Renovate PRs Welcome GitHub license

An English - Estonian dictionary built with React and Netlify Functions. Live version.

Translations App

Setup

Clone the project

https://github.com/azdanov/translations.git
cd translations
cp .env.example .env

NPM Scripts

# 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

More Information

About React you can learn more in the Create React App documentation and React documentation.

About Netlify and Netlify Functions.