git clone [email protected]:pmservice/insurance-claim-app.git
cd cinsurance-claim-app
npm install
oryarn
npm run dev
Easily deploy your app to Bluemix. In your package.json
look for a script like
this: "deploy": "cf push <<APP NAME HERE>>"
. Simply change <<APP NAME HERE>>
to a valid app name, and then run npm run deploy
Make sure you have the latest Stable or LTS version of Node.js installed.
npm run prod
npm start
- start the prod servernpm clean
- delete the dist foldernpm run prod
- production ready build indist
foldernpm run build:client
- production ready client code indist
foldernpm run build:server
- create a production ready server code build indist
foldernpm run lint
- execute an eslint checknpm test
- run all testsnpm run test:watch
- run all tests in watch modenpm run coverage
- generate code coverage report in thecoverage
foldernpm run deploy
- publish application to bluemix