Skip to content

Commit

Permalink
adjusted README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Writhe authored and jan-goral committed Apr 30, 2020
1 parent f8afc15 commit 60de0b1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions junit_html_report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ jUnit HTML report
=================

# One time setup
- Install Node (any version will do as long as it comes with NPM)
- `npm` or `yarn` (if you have Yarn installed)
- install Node (any version will do as long as it comes with NPM)
- run `npm` or `yarn` (if you use Yarn)

# To build a static HTML/CSS app
`npm run build` or `yarn build` - This will transpile/bundle/minify a simple JS app and inline it into an HTML file.

# To inject data into the app
`npm run inject` or `yarn inject` - This will replace `<!-- DATA -->` with POJO containing actual data
- run `npm run build` or `yarn build` - this will transpile/bundle/minify a simple JS app and inline it into an HTML file.

# To spin up a dev server
`npm run start` or `yarn start` - This should serve the app and reload when source files change.
- run `npm run start` or `yarn start` - this should serve the app and reload when source files change.

0 comments on commit 60de0b1

Please sign in to comment.