/create-react-app-boilerplate

💥Create react app boilerplate (React.js React-router Redux Redux-thunk Sass CSS modules Reactstrap Bootstrap4)

Primary LanguageJavaScript

React React App Boilerplate

About

This is a starter boilerplate app I've put together using the following technologies:

Usage

Step 1. Make sure that you have Node.js v9 or newer and yarn installed on your development machine. Step 2. Clone this repository

$ git clone https://github.com/khanghuynh92/create-react-app-boilerplate.git MyApp
$ cd MyApp
$ yarn

Step 3. Compile and launch your app by running:

$ yarn start  # Compiles the app and start server with "hot reload"

Now the app should be running at http://0.0.0.0:3000/

Build

A build script to bundle JS, CSS, and images for production, with sourcemaps.

$ yarn build

Test

$ yarn test