Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/exports
exports app - using Angular 2
https://github.com/pbernasconi/exports
Last synced: about 2 months ago
JSON representation
exports app - using Angular 2
- Host: GitHub
- URL: https://github.com/pbernasconi/exports
- Owner: pbernasconi
- Created: 2015-12-24T13:50:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T21:43:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T23:05:52.127Z (3 months ago)
- Language: HTML
- Size: 70.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Exports
---### Install
To install and setup the project, the Makefile contains a set of commands,
which can all be run at once using```console
make setup
```### Run
A server runs locally at `localhost:8000`, and watches both `/lib` and `/src`
files for changes, automatically reloading the server.```console
make start
```### Test
We run linting for both `jshint` and `jscs` on all node files. Angular files will
need to be configured more, with separate rules for Typescript.```console
make lint
make test # not implemented yet
```