Boiler plate code that includes a Webpack config and circleci config to bootstrap your next web project with Bulma.
Check out the template Here (https://robincheptileh.github.io/bulma-starter/).
CircleCI, master
branch:
- NodeJS (check with
node --version
) - NPM (check with
npm --version
)
npm install
(initialize localnode_modules
packages from dependencies declared inpackage.json
)
npm start
npm run start:dev
npm test
It's very important (required) to launch lint before pushing any code on github repository
npm run lint
npm run lint:fix
npm run prettier:check
npm run prettier
npm run build:dev
npm run build