Frontend starter kit integrated with Fractal, inspired by Blendid, powered by gulp, webpack.
All of the build/task dependencies are managed through a single npm package. mulp
Clone the repo… and install
yarn
/ npm install
npm start
npm run cms
npm run build:fractal
npm run build
npm run build:production
npm run build:components
npm run build:static
npm run reference
npm run diff
npm run test
npm run test:watch
npm run coverage
npm run deploy
npm run gen-cert
npm run lint:js
npm run pretty
npm run generate-docs
The following commands require komp
: https://github.com/FrancisVega/komp (npm i -g komp
)
komp new --template fractal ./02-objects/example-obj
komp new --template fractal ./03-globals/example-global
komp new --template fractal ./04-components/example-component
komp new ./05-objects/example-page --template page