File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,14 @@ This project was generated with the [Angular Full-Stack Generator](https://githu
1414
1515### Developing<% var i = 1; %>
1616
17- <%= i++ %>. Run ` npm install ` to install server dependencies.
18-
19- <%= i++ %>. Run ` bower install ` to install front-end dependencies.<% if(filters.mongoose) { %>
17+ <%= i++ %>. Run ` npm install ` to install server dependencies.<% if(filters.mongoose) { %>
2018
2119<%= i++ %>. Run ` mongod ` in a separate shell to keep an instance of the MongoDB Daemon running<% } %>
2220
2321<%= i++ %>. Run ` gulp serve ` to start the development server. It should automatically open the client in your browser when ready.
2422
2523## Build & development
2624
27- Run ` gulp build ` for building and ` gulp serve ` for preview.
2825Run ` gulp build ` for building and ` gulp serve ` for preview.
2926
3027## Testing
You can’t perform that action at this time.
0 commit comments