Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
feat: Add install section to project template
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Apr 27, 2018
1 parent 4152a59 commit 8f28c54
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions generators/project-app/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

<%= pkg_description %>

## Installing

- get the sources from version control
- `cd` into project folder
- run `npm install`

## Building and bundling an app from packages

- Build optimized production bundle: `npm run build`
- Build and serve optimized production build: `npm run build-serve`
- Build and serve debuggable development build: `npm start`
- build optimized production bundle: `npm run build`
- build and serve optimized production build: `npm run build-serve`
- build and serve debuggable development build: `npm start`

### Building packages for reuse

Expand Down

0 comments on commit 8f28c54

Please sign in to comment.