mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-04 14:15:36 +00:00
Update README.md
This commit is contained in:
@@ -21,12 +21,14 @@ There are 3 profiles :
|
|||||||
To launch this project, just use the following command line :
|
To launch this project, just use the following command line :
|
||||||
|
|
||||||
In development mode :
|
In development mode :
|
||||||
|
```
|
||||||
mvn clean spring-boot:run
|
mvn clean spring-boot:run
|
||||||
npm run watch
|
npm run watch
|
||||||
|
```
|
||||||
In production mode :
|
In production mode :
|
||||||
|
```
|
||||||
mvn clean spring-boot:run -P production
|
mvn clean spring-boot:run -P production
|
||||||
|
```
|
||||||
Without a profile, you have to run the webpack watcher to deliver client resources. With the _production_ profile, no needs to launch the wepback watcher.
|
Without a profile, you have to run the webpack watcher to deliver client resources. With the _production_ profile, no needs to launch the wepback watcher.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user