add setup instructions
This commit is contained in:
@@ -1 +1,3 @@
|
||||
# todo-list
|
||||
# Setup
|
||||
|
||||
Please, check client/README.md and server/README.md for instructions
|
||||
@@ -1,6 +1,9 @@
|
||||
# Getting Started with Create React App
|
||||
## Requirements
|
||||
- Node.js >= 16
|
||||
- npm or yarn
|
||||
|
||||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||
## Setup
|
||||
- Download dependencies with `yarn install`
|
||||
|
||||
## Available Scripts
|
||||
|
||||
|
||||
10
server/README.md
Normal file
10
server/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## Requirements
|
||||
- Docker and docker-compose
|
||||
- Node.js >= 16
|
||||
- npm or yarn
|
||||
|
||||
## Setup commands
|
||||
- Start postgres and redis with `docker-compose up`
|
||||
- Download dependencies with `yarn install`
|
||||
- Build build the project with `yarn build`
|
||||
- Start the project with `yarn start`
|
||||
Reference in New Issue
Block a user