This repository contains the code of Naja's introductory guide. Please refer to the guide to see what's going on.
$ composer install
$ npm install
These are long-running processes. Launch them in background or in separate terminal sessions:
$ npm run serve
$ composer serve
Open http://localhost:8000.