Proyecto.ReactAdmin/test-admin/README.md

27 lines
292 B
Markdown

# test-admin
## Installation
Install the application dependencies by running:
```sh
npm install
```
## Development
Start the application in development mode by running:
```sh
npm run dev
```
## Production
Build the application in production mode by running:
```sh
npm run build
```