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

https://github.com/nx-js/intro-example

An introductory NX app - featuring data-binding, client-side routing and project organization.
https://github.com/nx-js/intro-example

Last synced: about 1 month ago
JSON representation

An introductory NX app - featuring data-binding, client-side routing and project organization.

Awesome Lists containing this project

README

        

# Intro example

An introductory app - built with [NX](http://nx-framework.com). It
features data-binding, client-side routing, and project organization.
You can find the accompanying `Getting started` tutorial [here](http://www.nx-framework.com/docs/start).

## Usage

Clone the repo and run `npm i` and `npm start`. The `npm start` command bundles
the source and starts a local server. The demo is exposed on `localhost:3000`.