This package has been deprecated

Author message:

Renamed to @ackee/react-scripts

ackee-react-scripts-alpha
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

react-scripts

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

Development

Read, how to efficiently develop the react-scripts package and how to locally build a new skeleton from the latest template.

Testing react-scripts

If you are working outside of the template scope, use yarn link or npm link. Read more about yarn link here.

Testing new template

You can run create-react-app with local react-scripts as follow:

npx create-react-app my-test-app --scripts-version file:./create-react-app/packages/react-scripts;

Or you can just run a small script: bash ./create-test-react-app.sh

#!/usr/bin/env bash 
 
# delete old data 
rm -rf ./my-test-app;
 
# build skeleton with the latest local version of your react-scripts 
npx create-react-app my-test-app --scripts-version file:./create-react-app/packages/react-scripts;

Readme

Keywords

none

Package Sidebar

Install

npm i ackee-react-scripts-alpha

Weekly Downloads

4

Version

0.6.1

License

MIT

Unpacked Size

249 kB

Total Files

199

Last publish

Collaborators

  • pivl
  • hofp37
  • grissius
  • ackeecz
  • horaklukas
  • borecekbaji
  • davidbilik