Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/straw-hat-labs/phoenix_assets_webpack

Asset Pipeline with Webpack on Phoenix
https://github.com/straw-hat-labs/phoenix_assets_webpack

asset-pipeline assets phoenix phoenix-framework webpack

Last synced: about 2 months ago
JSON representation

Asset Pipeline with Webpack on Phoenix

Awesome Lists containing this project

README

        

Asset pipeline using Webpack.

# RTFM lazy programmer :D

## What is inside?

- Elm
- Javascript
- Babel
- ESLint
- Prettier
- Service worker
- CSS
- SASS
- PostCSS
- CSSNext
- CSSNano
- Frameworks and Libraries
- jQuery
- Twitter Bootstrap 4
- Font Awesome Icons

# Setup

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.

```elixir
watchers: [npm: ["start", cd: Path.expand("../assets", __DIR__)]]
```

# What's next?

Hack your setup. Open issues and Repeat.