Skip to main content

5 docs tagged with "npm"

View All Tags

Adding Custom Environment Variables

Learn how to add custom environment variables to your Create React App, empowering your app to configure differently based on the environment in which it runs.

Available Scripts

Learn about the available scripts in a Create React App project. Use these scripts to start, test, build, and eject your app, as well as to run custom scripts.

Installing a Dependency

Learn how to install a dependency in your Create React App project. Unleash the power of enchanting packages and add new spells to your React app with the help of npm.

Updating to New Releases

Learn how to update an existing Create React App project to a newer version of react-scripts. Keep your project up to date with the latest features and improvements.

Using HTTPS in Development

Learn how to serve your Create React App over HTTPS in development. This is useful when you need to send requests to an API server that requires HTTPS, or when you want to test your site using a secure connection.