Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ackee-react-scripts-alpha

Package Overview
Dependencies
Maintainers
3
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ackee-react-scripts-alpha

Configuration and scripts for Create React App.

  • 0.6.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

react-scripts

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.

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;

FAQs

Package last updated on 13 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc