Files
twenty/docs/docs/developer/frontend/getting-started.mdx
T
2023-08-17 15:16:48 -07:00

28 lines
549 B
Plaintext

---
sidebar_position: 1
sidebar_custom_props:
icon: TbZoomQuestion
---
# Getting started
## Installation
To install the front end, you'll have to [install Yarn](https://yarnpkg.com/getting-started/install) first.
Then just run :
```
yarn
```
## Development flow
You can start the application for local development with :
```
yarn start
```
Then go to our [best-practice](/developer/frontend/best-practices) guide and the [folder architecture](/developer/frontend/folder-architecture) to learn more about how to structure your feature.