Webpack-based Semantic UI seed project.
Uses Webpack version 3.
http://learnsemantic.com/developing/customizing.html
Theme configuration and customization can be done inside the 'semantic-theme' directory.
Both yarn and npm are supported.
- Clone project
- Install dependencies:
yarn install
yarn run dev
Start development server with hot reloading
yarn run test
Test code
yarn run build
Build code using Webpack
yarn run serve
Build code and serve it using http-server
yarn run clean
Clean dist folder