1.0.5 • Published 6 years ago

@anew/react-scripts v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Anew React Scripts

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

Usage

Install create-react-app

npm i create-react-app -g

May require sudo access

The run the following command:

create-react-app <PROJECT_NAME> --scripts-version @anew/react-scripts

Alias

You may also create an alias for this command in your .bashrc or .zshrc file:

alias anew='create-react-app --scripts-version @anew/react-scripts'