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.
- Host: GitHub
- URL: https://github.com/nx-js/intro-example
- Owner: nx-js
- License: mit
- Created: 2017-01-05T20:09:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T12:26:28.000Z (over 8 years ago)
- Last Synced: 2025-05-13T00:12:49.608Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://www.nx-framework.com/
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.