Set up docker and docker-compose for SSR
This commit is contained in:
@@ -23,7 +23,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
`npm start`
|
||||
|
||||
* Build app continously (HMR enabled)
|
||||
* App served @ `http://localhost:8080`
|
||||
* App served @ `http://localhost:3000`
|
||||
|
||||
### Create new component
|
||||
|
||||
@@ -44,7 +44,7 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.
|
||||
|
||||
Command | Description
|
||||
--- | ---
|
||||
`npm run start-dev` | Build app continously (HMR enabled) and serve @ `http://localhost:8080`
|
||||
`npm run start-dev` | Build app continously (HMR enabled) and serve @ `http://localhost:3000`
|
||||
`npm run start-prod` | Build app once (HMR disabled) and serve @ `http://localhost:3000`
|
||||
`npm run build` | Build app to `/dist/`
|
||||
`npm run test` | Run e2e and unit tests
|
||||
|
||||
Reference in New Issue
Block a user