Skip to content

bornfight/b-creative

Repository files navigation

B-CREATIVE

BORNFIGHT STUDIO® project template based on webpack, es6 and scss

GitHub package.json version GitHub package.json dynamic GitHub issues GitHub

Installation

Module has not yet been published on npm. Currently we are using it as local npm module.

npm install -g yo
git clone git@github.com:bornfight/b-creative.git
cd b-creative
npm install
npm link

npm link will install your cloned repo as a global module, as if it was installed through public npm repository. You can read more about it here.

Then generate your new project by running command yo b-creative and follow the instructions. The generator will prompt you with some additional info, but recommended way of generating a new project is that you first cd into project you want the scaffold to be output.

Usage

The generator is based on modern tools and architectures that fit most of "multi page" and "single page" websites.

Webpack based build system

(S)CSS

Scripts

npm run build # build for production
npm run dev # build and watch file changes for development
npm run format # format scss and js files with prettier
npm run lint:scss # lint scss files with stylelint
npm run prepare # install husky hooks

License

MIT © BORNFIGHT STUDIO®

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published