Install the following tools on your computer:
- Node.js 14.x.x
- npm (will be installed with Node.js)
- Git
- IDE (Visual Studio Code recommended)
If you installed VS Code, the following extensions are recommended:
Also, do the following steps if you installed VS Code:
- Open VS Code
- Press
ctrl+shift+P
hotkey - Find
Preferences: Open Settings (JSON)
- Add
...
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"files.eol": "\n"
...
If you use another IDE, please find a way to set it up in the similar way.
- Create a copy of
.env.example
file and name it.env
. - Update values in
.env
file with your local settings, if necessary. - Open pgAdmin page, connect to it, using your password and create database with name 'app'
- Run the following commands:
npm install
npm start
- Create a copy of
.env.example
file and name it.env
. - Update values in
.env
file with your local settings, if necessary. - Run the following commands:
npm install
npm start