andrewhoule / ignite
SilverStripe Ignite Theme (Starter Silverstripe HTML/PostCSS/Webpack Tooling Base)
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-theme
Requires
This package is auto-updated.
Last update: 2024-10-30 16:20:07 UTC
README
Author
- Andrew Houle
- http://andrewhoule.me
About
This is a bare essentials HTML/PostCSS/Webpack tooling base. It's meant as a starter kit, and a base to your tooling workflow, but not a full fledged theme. It has some base styles and functionality that are relevant to a Silverstripe site. It includes webpack configuration tasks for PostCSS, SVG sprites, Babel, and BrowserSync.
Installation
- Download and add to your theme folder. Then rename and point to the new theme.
- If not already setup on globally on your local machine, then setup Node (https://nodejs.org/en/) and NPM (https://www.npmjs.com/). Run 'npm install' at the command line of the theme directory to add all the necessary packages.
- Go into webpack.dev.babel.js and update the local server info.
- Run 'npm start' at the command line to watch with webpack and to open a testing server.