Front-end application for personnel and CV management. Sample code for React interns.
- install packages
npm ci
- create
.env
file in the root of the repository with the following variables
GRAPHQL_API_URL="https://cv-project-js.inno.ws/api/graphql"
SENTRY_DNS_URL=""
- serve the app
npm start
The following IDE extensions are recommended for use.\
-
Code Spell Checker is a great help to avoid typos when naming variables and functions.
-
To analyze the code and find problems according to the given rules, described in .eslintrc.js file a ESLint is used.
-
Prettier is used to ensure that the overall style of the code is followed throughout the project.