https://github.com/davidgarsan/webpack2-components-demo
Messing with Webpack2, ES6, PostCSS...
https://github.com/davidgarsan/webpack2-components-demo
components ejs es6 postcss webpack webpack2 webpack2-demo
Last synced: 2 months ago
JSON representation
Messing with Webpack2, ES6, PostCSS...
- Host: GitHub
- URL: https://github.com/davidgarsan/webpack2-components-demo
- Owner: davidgarsan
- Created: 2017-01-30T14:20:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T07:43:55.000Z (over 9 years ago)
- Last Synced: 2025-08-04T14:06:20.707Z (11 months ago)
- Topics: components, ejs, es6, postcss, webpack, webpack2, webpack2-demo
- Language: JavaScript
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Webpack2 Components Demo
Messing with Webpack2, ES6, EJS, PostCSS...
Modular vanilla javascript components with theme support via PostCSS.
### Install & Launch Component Demo
1. `git clone https://github.com/davidgarsan/webpack2-components-demo.git`
2. `yarn install` or `npm install`
3. `yarnpkg start` or `npm run start`
4. `open http://localhost:9000`