Boilerplate app for bootstrap with React. Server side and client side rendering support.
You'll need to have Node.js to get started.
$ git clone https://github.com/hahoocn/react-bootstrap-boilerplate.git
$ npm install
$ npm run dev
$ npm run build
$ npm run start
$ npm run build:client
$ npm run clean