Skip to content
Merged
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
49 changes: 29 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,44 @@ Runs the server in development mode with nodemon.

## Client

The client was bootstrapped with Create React App.
This is a [React App](https://react.dev/) bootstrapped with [vite](https://vitejs.dev/).

### Available Scripts

In the client directory, you can run:

#### `npm start`
## Getting Started

Runs the app in development mode.<br>
Open http://localhost:3000 to view it in the browser.
For Running the client app:

#### `npm test`
Steps to follows:

Launches the test runner in the interactive watch mode.<br>
See the section about running tests for more information.
install Dependencies:

#### `npm run build`
```bash
npm install
# or
yarn
```

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.
### Available Scripts:

#### `npm run eject`
```bash
npm run dev
# or
yarn dev
```

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
Runs the app in development mode. Open http://localhost:5173 to view it in the browser.

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
```bash
npm run build
# or
yarn build
```

## Learn More
Builds the app for production to the `dist` folder.

You can learn more in the Create React App documentation.
```bash
npm run preview
# or
yarn preview
```

To learn React, check out the React documentation.
Preview the production build locally.
8 changes: 0 additions & 8 deletions client/README.md

This file was deleted.