Skip to content

KonradPerlicki/react-node-app

Repository files navigation

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