Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inambe/simple-postcss-webpack-template

Simple webpack project template with PostCSS integrated.
https://github.com/inambe/simple-postcss-webpack-template

postcss webpack4

Last synced: about 1 month ago
JSON representation

Simple webpack project template with PostCSS integrated.

Awesome Lists containing this project

README

        

# Getting Started

1. `clone` repository or download in `zip` format
2. run `cd project-name`
3. run `npm install`
4. run `npm run start` to start project with watch mode on
5. open `index.html` with any browser
6. change any file from `src` folder
7. refresh `index.html` to see changes
8. run `npm run build` to build minimized assets for production

_Note: development server isn't included by default_

_I recommend to use `live-server` `visual-studio-code` extension with this template to achieve auto-refresh_