Author: Elena Rojas.
Node (version 14.0.0 or latest)
npm (version 6.14.5 or latest)
-
Install yarn
-
Install project libraries:
Go to project folder and run:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
See the section about deployment for more information.
Tech | Description |
---|---|
React | Fast, composable client-side components. |
Create React App | Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration. |
React Router and React Router Dom | A complete routing library for React |
react-i18next | Internationalization framework |
History | Manage session history anywhere JavaScript runs. |
typescript | TypeScript is a typed superset of JavaScript that compiles to plain JavaScript |
Jest | Automated tests with built-in expect assertions |
React Testing Library | A very light-weight solution for testing React components. |
ESLint | Lint JS. Reports syntax and style issues. extending Aribnb preferences eslint-config-airbnb for additional React specific linting rules. |
Prettier | An opinionated code formatter. |
SASS | Compiled CSS styles with variables, functions, and more. |