Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

goto-react-app

alexchomiak7ISC1.1.1

Quick, lightweight React, Redux, React-Router boilerplate application.

React, React Boilerplate Application, React Redux, React Router, React-Redux, React Babel, React Babel ES6, React Webpack, Create React App, Create-React-App

readme

GoTo React Application

Clones boilerplate react application into specified directory. (Preferred to install globaly)

npm i -g goto-react-app

How to create boiler plate application

    goto-react-app <application_name>

Usage after installation

Development Environment

# start up development environment (hot reloading)
npm run start

Build scripts (build settings in config/settings.js)

  • Compile production build
npm run build
  • Compile library file
npm run buildlib

Installed Packages

  • React, ReactDOM
  • React Router DOM
  • Redux, React-Redux

Repos (Leave a star! <3)

GoTo Repo
My Repo