Simple Webpack-Encore and React ready boilerplate for Symfony 4.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
config | 2 years ago | |
src | 2 years ago | |
templates | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago | |
postcss.config.js | 2 years ago | |
webpack.config.js | 2 years ago |
Simple Webpack-Encore and React ready boilerplate for Symfony 4.
See Installing Encore (with Symfony Flex) to install Webpack-encore and Yarn Then run
make install
or
yarn install
make
to build, or
make watch
to build and watch files for changes during development.
Requires make!
Those are just shorthands for
yarn run encore dev
and
yarn run encore dev --watch
that you alternatively can run if you dont have make installed.