https://github.com/ericvida/imba-boilerplate
imba, webpack 4, sass, hmr
https://github.com/ericvida/imba-boilerplate
Last synced: about 1 year ago
JSON representation
imba, webpack 4, sass, hmr
- Host: GitHub
- URL: https://github.com/ericvida/imba-boilerplate
- Owner: ericvida
- Created: 2019-05-28T12:21:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:36:18.000Z (over 3 years ago)
- Last Synced: 2025-02-10T23:42:08.547Z (over 1 year ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/)