Skip to content

d-pac/d-pac.client

Repository files navigation

d-pac devDependency Status

Digital platform for assessment of competences

NOT PRODUCTION READY

Not by a long shot.

Installation

$ npm install && npm run bowerInstall

Set up

Copy EXAMPLE.env and rename it to .env, adjust the settings in it as necessary.

Development

$ npm run preview

Will run the webpack-dev-server and serve the application on http://localhost:9000

Building

$ npm run build

This will pack everything up and copy all relevant files to a dist directory.

Deployment

Serve the contents of the dist directory with express or nginx for instance.

Testing

Unit & integration testing

$ npm test

e2e

Make sure the backend is running on localhost:3029, then

$ npm run preview:e2e

Which will start the webpack dev server. Once ready run

$ npm run test:e2e

D-PAC Copyright (C) 2014-2016 d-pac http://www.d-pac.be