springload-react-scripts
v1.0.7-c
Published
Configuration and scripts for Create React App.
Downloads
3
Readme
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.