Skip to content

hahoocn/react-bootstrap-boilerplate

Repository files navigation

react-bootstrap-boilerplate

Boilerplate app for bootstrap with React. Server side and client side rendering support.

Installation

You'll need to have Node.js to get started.

$ git clone https://github.com/hahoocn/react-bootstrap-boilerplate.git
$ npm install

Running Dev Server (Development)

$ npm run dev

Building and Running Production Server

$ npm run build
$ npm run start

Only build the client side

$ npm run build:client

Clean Build Folder

$ npm run clean