WD016 Blog (backend)

WBS Coding School

Install

  • Fork project
  • Clone your fork:
git clone <link-to-project>
cd <project-directory>/
npm install

Commands

Dev

Dev commands runs app with Node and the experimental flag --watch, you will need Node 18.11+

npm run dev

Start

Start commands runs app with Node

npm start