An open API service indexing awesome lists of open source software.

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

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
```