Asset pipeline using Webpack.
- Elm
- Javascript
- Babel
- ESLint
- Prettier
- Service worker
- CSS
- SASS
- PostCSS
- CSSNext
- CSSNano
- Frameworks and Libraries
- jQuery
- Twitter Bootstrap 4
- Font Awesome Icons
Clone the repo replacing the assets
folder of your project
git clone [email protected]:yordis/phoenix_assets_webpack.git path/to/assets
cd path/to/assets
Install the packages
npm install
# or if you prefer yarn
yarn install
Change the watchers on config/dev.exs
file.
watchers: [npm: ["start", cd: Path.expand("../assets", __DIR__)]]
Hack your setup. Open issues and Repeat.