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

dev-master 2022-02-11 11:58 UTC

This package is auto-updated.

Last update: 2024-04-11 16:30:18 UTC


README

Author

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.