Skip to content

dasrick/tox-ccc-ui

Repository files navigation

tox-ccc-ui

GitHub tag Build Status Circle CI dependency Status devDependency Status Codacy Badge Heroku Badge Heroku Badge InchCI Badge

npm run ...

Here are some calls ...

The initial call will be almost

npm install

The install call will automatically call the build task ... see next command

To build all parts of the app

npm run build

If you want to set a special API-URL, just set an environment variable and rebuild ...

export apiUrl="https://ccc.mi24.dev"
npm run build

just check the codestyle with jscs or jshint

npm run jscs   
npm run lint   

to set new version in package.json and tag the branch use the following command or(and) read this: npm package version

npm version patch

to run only the karma test use

npm run test:karma

To start the local web server ...

npm run start

This web server will be reachable at localhost:3000