This folder contains all the code needed to start and run a server.
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:
*.eslint.(js | json)
.eslintrc.js
tsconfig.*.json
tsconfig.eslint.json
, tsconfig.json
, tsconfig.node.json
prettier.rc
package-lock.json
and package.json
are explained here:
.env
files are explained here:
src/
This folder contains all our code 🙂
More details here: