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
- Host: GitHub
- URL: https://github.com/naja-js/guide
- Owner: naja-js
- License: mit
- Created: 2021-12-01T09:13:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T09:56:02.000Z (over 4 years ago)
- Last Synced: 2025-07-29T17:33:13.627Z (8 months ago)
- Topics: guide, naja, nette-framework, tutorial
- Language: PHP
- Homepage: https://naja.js.org/#/guide/00-introduction
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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).