Skip to content

naja-js/guide

Repository files navigation

Naja guide

This repository contains the code of Naja's introductory guide. Please refer to the guide to see what's going on.

Install and prepare

$ composer install
$ npm install

Run

These are long-running processes. Launch them in background or in separate terminal sessions:

$ npm run serve
$ composer serve

Open http://localhost:8000.