# Running

You can start your new app by running `npm run start:server` and `npm run start:client`. This will start up the Node.js back-end server, as well as a Webpack dev server to serve the front-end files (with things like Hot Module Replacement). Your files will be watched for changes. Any front-end changes will be seen by the Webpack server, and any back-end changes will restart the back-end server, cleaning the development database and re-seeding it as well.

The `npm run start:client` task will show you at which local port you can access your front-end app (usually <http://localhost:8080/>).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awk34.gitbook.io/generator-angular-fullstack/getting-started/running.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
