https://github.com/teles/zapclone
Template CSS simulando css
https://github.com/teles/zapclone
Last synced: 3 months ago
JSON representation
Template CSS simulando css
- Host: GitHub
- URL: https://github.com/teles/zapclone
- Owner: teles
- Created: 2018-10-13T14:30:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T21:45:21.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T05:08:46.798Z (10 months ago)
- Language: CSS
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Frontend Starterkit
A lightweight foundation for your next webpack based frontend project.
### Installation
```
npm install
```
### Start Dev Server
```
npm run dev
```
### Build Prod Version
```
npm run build
```
### Features:
* ES6 Support via [babel-loader](https://github.com/babel/babel-loader)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.