This is a starter boilerplate app I've put together using the following technologies:
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/
A build
script to bundle JS, CSS, and images for production, with sourcemaps.
$ yarn build
$ yarn test