This commit is contained in:
fro1991
2025-02-01 16:49:08 +07:00
parent 05885d1700
commit a713402cb3

View File

@ -1,4 +1,4 @@
# Metronic 9 | All-in-One Tailwind based React Template for Modern Web Applications
# Template for Modern Web Applications
## Quick Setup
@ -9,7 +9,7 @@ npm install
### Compile and Hot-Reload for Development
```sh
npm run dev
npm run dev:development|staging|production
```
### Type-Check, Compile and Minify for Production
@ -23,7 +23,9 @@ npm run build
```sh
npm run lint
```
### Deploy to PM2
```sh
pm2 serve dist/ 4100 --name="name_of_opp" --spa
pm2 serve dist/ <port> --name="<name_of_opp>" --spa
```