File tree 1 file changed +1
-4
lines changed
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
14
14
15
15
### Developing<% var i = 1; %>
16
16
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) { %>
20
18
21
19
<%= i++ %>. Run ` mongod ` in a separate shell to keep an instance of the MongoDB Daemon running<% } %>
22
20
23
21
<%= i++ %>. Run ` gulp serve ` to start the development server. It should automatically open the client in your browser when ready.
24
22
25
23
## Build & development
26
24
27
- Run ` gulp build ` for building and ` gulp serve ` for preview.
28
25
Run ` gulp build ` for building and ` gulp serve ` for preview.
29
26
30
27
## Testing
You can’t perform that action at this time.
0 commit comments