- .env.example is a blueprint for all configuration needed for the project
- Copy the
.env.example
to.env
and fill the values
- Clone the repo
npm i
npm run dev
- hit the
localhost:5000
to getHappy Hacking!
response
Note: Eslint should work with no extra config. you only need the vscode eslint
extension.