Digital platform for assessment of competences
NOT PRODUCTION READY
Not by a long shot.
$ npm install && npm run bowerInstallCopy EXAMPLE.env and rename it to .env, adjust the settings in it as necessary.
$ npm run previewWill run the webpack-dev-server and serve the application on http://localhost:9000
$ npm run buildThis will pack everything up and copy all relevant files to a dist directory.
Serve the contents of the dist directory with express or nginx for instance.
$ npm testMake sure the backend is running on localhost:3029, then
$ npm run preview:e2eWhich will start the webpack dev server. Once ready run
$ npm run test:e2e