Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inambe/simple-postcss-webpack-template
- Owner: Inambe
- Created: 2018-12-05T08:52:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T09:28:31.000Z (almost 6 years ago)
- Last Synced: 2023-07-22T00:29:18.484Z (over 1 year ago)
- Topics: postcss, webpack4
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_