https://github.com/glimberger/sf4-webpack
Symfony 4 + webpack playground
https://github.com/glimberger/sf4-webpack
react symfony4 webpack
Last synced: about 2 months ago
JSON representation
Symfony 4 + webpack playground
- Host: GitHub
- URL: https://github.com/glimberger/sf4-webpack
- Owner: glimberger
- Created: 2018-10-10T07:52:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T19:20:10.000Z (over 7 years ago)
- Last Synced: 2025-02-24T11:22:28.243Z (over 1 year ago)
- Topics: react, symfony4, webpack
- Language: JavaScript
- Size: 259 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sf4 - webpack
A playground for Symfony + webpack to experiment with:
- load ES5 files with global variables
- load ES modules with global variables
- load React modules
See the [DEMO](https://sleepy-castle-87648.herokuapp.com/default) on Heroku
---
Install locally (using Docker)
```bash
# start the server
make up
```
App available at [http://localhost:8085](http://localhost:8085)
```bash
# stop the server
make stop
```
```bash
# command list
make
```
```bash
# start watching modifications with webpack
# enter apache container
make app
# then start watching
yarn watch
```