1.3.1 • Published 8 years ago

apppulse-test-app-angularjs v1.3.1

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

test-app-angularjs

install

$ npm install
$ npm postinstall

start dev

$ npm start

build (in "dist" folder)

$ npm run build

publish to npm

$ npm publish

different port

$ export PORT=<port>
$ npm start

test

$ npm run test

Client-Server API

/rest/images

{
    "data":[
        {
            "src": "...",
            "title": "...",
            "desc": "..."
        },
        ...
    ]
}

/rest/data/#id

{
    "data": {
        "text": "...",
        "author": "...", 
        "color": "..."
        }
}
1.3.1

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago