An open API service indexing awesome lists of open source software.

https://github.com/naja-js/guide

Code for Naja's introductory guide
https://github.com/naja-js/guide

guide naja nette-framework tutorial

Last synced: about 2 months ago
JSON representation

Code for Naja's introductory guide

Awesome Lists containing this project

README

          

# Naja guide

This repository contains the code of Naja's [introductory guide](https://naja.js.org/#/guide/00-introduction). Please refer to the guide to see what's going on.

## Install and prepare

```shell
$ composer install
$ npm install
```

## Run

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

```shell
$ npm run serve
$ composer serve
```

Open [http://localhost:8000](http://localhost:8000).