therealAJ / react-bootstrap

minimal react bootstrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Minimalistic React Bootstrapper w/ Hot-Reloading, SCSS support, and Babel config

builds a robust React workspace quick and easy, letting you focus on development rather than set-up


Alt text

Requirements

node
npm

Install

$ git clone https://github.com/therealAJ/react-bootstrap

Usage

$ npm install
# fetchs and installs dependencies 
$ npm start
# Server spins up at http://localhost:3000

Development

Additional components and styles can be created under the /src and /styles routes respectively. Changes will reflect automatically after saving the workspace, updating at localhost:3000

About

minimal react bootstrapper

License:MIT License


Languages

Language:JavaScript 81.1%Language:CSS 9.6%Language:HTML 9.3%