Boilerplate web project demonstrating use of Elix and Rollup. This project uses Rollup to build a single build/bundle.js file.
npm install -g yarn
yarn install
yarn run build
To build and run with a different branch of Elix, rather than the
package.json default of elix/elix#master
, do the following:
yarn remove elix
yarn add elix/#branch-name
If you're finding that yarn is not getting the right branch, try:
yarn remove elix
rm -rf node_modules
yarn cache clean
yarn install
yarn add elix/#branch-name
In both cases, follow this with yarn run build