@anew/react-scriptsdeprecated

Configuration and scripts for Anew Create React App.

Usage no npm install needed!

<script type="module">
  import anewReactScripts from 'https://cdn.skypack.dev/@anew/react-scripts';
</script>

README

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'