Skip to content

Commit

Permalink
docs: update frontend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Aug 21, 2024
1 parent 1adb30d commit 725d606
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tdm-fe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To start the development server:
npm run dev
```

The application will run on `http://localhost:3000` by default. Open this URL in your browser to view it.
The application will run on `http://localhost:5173` by default. Open this URL in your browser to view it.

## Folder Structure

Expand All @@ -54,12 +54,10 @@ The project structure is organized as follows:
- `globals.css`: Global CSS of the application.
- `page.tsx`: Main component where components are assembled.
- `layout.tsx`: Entry point of the application.
- `generated`: Generated from open api and swagger.json file.

## Available Scripts

In the project directory, you can run the following scripts:

- `npm run dev`: Runs the app in development mode.
- `npm run generate-api`: To generate front end api calls from `..\tdm-be\swagger.json` file.
- `npm run build`: Builds the app for production to the `.next` folder.

0 comments on commit 725d606

Please sign in to comment.