Introduction

This folder contains all the code needed to start and run a server.

Files

In the root folder, here are the files/folders

src/
.env.example
.eslintrc.js
.prettierrc
package-lock.json
package.json
tsconfig.eslint.json
tsconfig.json

All files (except the src/ folder) are for setting up your development environment.

I won’t go through every file in detail, since most of them are configuration files. If you are interested, here are some links:

package-lock.json and package.json are explained here:

Node Packages

.env files are explained here:

.env

src/

This folder contains all our code 🙂

More details here: