Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteringram0/purefe
simple, modern & lightweight boilerplate for pure front end development projects
https://github.com/peteringram0/purefe
bash boilerplate pug stylus webpack3
Last synced: 5 days ago
JSON representation
simple, modern & lightweight boilerplate for pure front end development projects
- Host: GitHub
- URL: https://github.com/peteringram0/purefe
- Owner: peteringram0
- Created: 2017-10-06T16:38:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T21:37:46.000Z (almost 6 years ago)
- Last Synced: 2024-12-18T01:47:28.736Z (8 days ago)
- Topics: bash, boilerplate, pug, stylus, webpack3
- Language: Shell
- Homepage: https://medium.com/@peter.ingram0/purefe-b8552a5e740e
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pureFe
Pure and simple. I want a boilerplate to quickly throw up a static site
using the latest front end tech & techniques. Simple to use & modify plus really really lightweight.![alt tag](https://media0.giphy.com/media/DgLsbUL7SG3kI/giphy.gif)]
## Features
* ES6
* Stylus (With autoprefixer)
* Pug components
* Simple bash build & watch process (Easy to modify & very fast)
* Long term caching### Development Watch
````javascript
$ yarn install
$ yarn run watch
````### Production Build
````javascript
$ yarn install
$ yarn run prod
````#### Notes
When adding new files to the /assets directory you need to run the following when in development watch mode.
This is not needed when running production builds.````javascript
$ yarn run assets
````