Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 604 Bytes

the-spot-api

Requirements

  • Node.js >=14.5.0
  • NPM >=6.14.5
  • A good IDE (but if you want to use VS Code, that's acceptable as well)

Get started

  1. Clone this repository through HTTP or SSH (Recommended).
  2. If you comply with requirement, move to repository folder.
  3. Run npm install (shortcut: npm i) to install dependencies.
  4. Once the dependencies be ready, you can run the project with npm run start.

JetBrains IDE users

In case you use WebStorm, the project includes a .idea directory which gives you the shared settings for this project, making easier the use of this.