You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was generated with the [Angular Full-Stack Generator](https://github.com/DaftMonk/generator-angular-fullstack) version <%= pkg.version %>.
<%= i++ %>. Run `npm install` to install server dependencies.
22
+
23
+
<%= i++ %>. Run `bower install` to install front-end dependencies.<% if(filters.mongoose) { %>
24
+
25
+
<%= i++ %>. Run `mongod` in a separate shell to keep an instance of the MongoDB Daemon running<% } %>
26
+
27
+
<%= i++ %>. Run <% if(filters.grunt) { %>`grunt serve`<% } if(filters.grunt && filters.gulp) { %> or <% } if(filters.gulp) { %>`gulp serve`<% } %> to start the development server. It should automatically open the client in your browser when ready.
28
+
29
+
## Build & development
30
+
31
+
Run `grunt build` for building and `grunt serve` for preview.
32
+
33
+
## Testing
34
+
35
+
Running `npm test` will run the unit tests with karma.
0 commit comments