- Node v10.7+
- npm (when you download Node.js, you automatically get npm installed on your computer)
run this command in the root directory to install the dependencies
$ npm install
Run this command in the backend directory to get a development server started:
$ npm run dev
Visit http://localhost:1234