Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.54 KB

README.md

File metadata and controls

35 lines (32 loc) · 2.54 KB

Tech Stack

React Typescript Express PostgreSQL docker Node.js JavaScript Bash ESLint Prettier NPM

Pre-requisites

  • Installed Docker
  • Wsl 2 (if running on Windows)

Getting started

  • Clone the repository
git clone https://github.com/KonradPerlicki/react-node-app.git
  • Change directory and create .env file
cd ./react-node-app
cp .env.example .env
  • Set up the whole project by running the following command
server/.tools/build.sh

This command will download and create docker containers, install all dependencies for the front-end and server and import sample of database