Monorepo for tools and utilities associated with BoldrCMS. Pre-configured Webpack toolkit for universal applications. Eslint rules for high quality beautiful code. Babel preset for all your transpiling needs. Command line interface to generate Boldr.
- Install Node.js (v6.0+ required).
npm install -g boldr-cli
boldr-cli init
npm run dev
- Check out
http://localhost:3000
Alternatively, clone this repo
git clone https://github.com/boldr/getBoldr.git
Grab the Boldr Base Project directory and move it somewhere.
yarn install
Now you have a ready to rock, preconfigure, universal rendering React application.
Webpack and build toolkit for universal React applications. Use it any any application easily by installing as a dev dependency or even easier by passing BoldrCLI a git repository url.
This project will adhere to semver upon the 1.0.0 release.
Boldr Developer Experience is a build toolkit. If you happen to find Webpack configuration tedious, BoldrDX is for you. BoldrDX uses Webpack in a tailored environment specifically for Boldr. However, you can use it in any project without any troubles.
npm init -y
Add Boldr-DX to your dependencies.
yarn add --dev boldr-dx
Create the SMALL configuration files. You won't have to configure too much. Promise.
-
mkdir .boldr && touch boldr.js
-
package.json
Add the commands to yourpackage.json
.