1.0.7-c • Published 7 years ago

springload-react-scripts v1.0.7-c

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Springload Create React App

This is based on the awesome Create React App which we've extended with PreCSS (Sass-like), Sass, and the Common Chunks plugin to extract (eg) vendor dependencies.

Create-React-App comprises many parts, and the official way of extending it is to only change the react-scripts part of it so we've only done that. We will track the same version number as the official react-scripts so you can easily see how recent our version is compared to theirs.

Quick Overview

npm install -g create-react-app

create-react-app my-app --scripts-version springload-react-scripts
cd my-app/
npm start

The existing upstream documentation follows....


This package includes scripts and configuration used by Create React App. Please refer to its documentation: