Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes committed Sep 13, 2019
1 parent 28d39d6 commit ed1d892
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 120 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ npm install
Use one of the following to build and test:

```
npm run serve # Launch a local version of the career portal (frontend only).
npm start # Launch a local server with server side rendering portal.
npm run build # Build an optimized version of Career Portal in `/dist`
npm run build:ssr # Build a package for use with server side rendering
npm run serve # Launch a local version of the career portal (frontend only).
npm start # Launch a local server with server side rendering portal.
npm run build:static # Build an optimized version of Career Portal in `/dist`
npm run build: # Build a package for use with server side rendering
```


Expand Down
Loading

0 comments on commit ed1d892

Please sign in to comment.