Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ yarn count
```bash
yarn lint
```

:blue_car: Creates a production build for the frontend application.
```bash
yarn build
```
:car: Starts the project for production with server side.
```bash
yarn start
Expand All @@ -50,10 +55,7 @@ yarn start
```bash
yarn start:dev
```
:blue_car: Creates a production build for the frontend application.
```bash
yarn build
```


## Project structure
The interesting files for you are all located in the __src__ folder. The src folder has three subfolders:
Expand Down
Loading