Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericvida/imba-boilerplate

imba, webpack 4, sass, hmr
https://github.com/ericvida/imba-boilerplate

Last synced: about 1 month ago
JSON representation

imba, webpack 4, sass, hmr

Awesome Lists containing this project

README

        

Imba Logo

Imba Boilerplate with:
- Imba
- Webpack 4
- Hot Module Reloading
- import 'style.sass|scss' within imba files

```
# Clone Project
git clone https://github.com/iamtirado/imba-boilerplate.git my-imba-app

# Go to directory in terminal
cd my-imba-app

# Install Dependencies
yarn

# Run Live Server
yarn dev

```

Open up [localhost:1234](http://localhost:1234/)