Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericvida/imba-boilerplate
- Owner: ericvida
- Created: 2019-05-28T12:21:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:36:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T10:21:38.409Z (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/)