# Beagle Backend TypeScript | beagle-ts-cli-project-name

This is application has been created with @zup-it/beagle-backend-cli, a tool for initializing Beagle backend projects.

After installing, to run the application, run:
```npm run start```
or, if you are using yarn:
```yarn start```

The application will start running on port `beagle-ts-cli-port` (3000, by default).

There are two routes available:

- `http://localhost:beagle-ts-cli-port`: Welcome page
- `http://localhost:beagle-ts-cli-port/home`: A test page to exemplify the navigation and global context.
