Search results
Get started in seconds. Whether you’re using React or another library, Create React App lets you focus on code, not build tools. To create a project called my-app, run this command: npx create-react-app my-app.
- Getting Started
Create React App is an officially supported way to create...
- Adding TypeScript
React + TypeScript Cheatsheets has a good overview on how to...
- Deployment
Connect your Create React App repo and pick a branch. If...
- Creating a Production Build
Creating a Production Build. npm run build creates a build...
- Available Scripts
Builds the app for production to the build folder. It...
- Custom Templates
Custom Templates. Note: this feature is available with...
- Adding SASS Stylesheets
Adding a Sass Stylesheet. Note: this feature is available...
- Making a Progressive Web App
Making a Progressive Web App. The production build has all...
- Getting Started
Learn how to create a single-page React application with Create React App, a modern build setup with no configuration. Follow the quick start instructions, choose a template, and use npm or Yarn to install dependencies.
Create React App. Create React apps with no build configuration. Creating an App – How to create a new app. User Guide – How to develop apps bootstrapped with Create React App. Create React App works on macOS, Windows, and Linux. If something doesn’t work, please file an issue. If you have questions or need help, please ask in GitHub Discussions.
If you have npx and Node.js installed, you can create a React application by using create-react-app.
5 lut 2021 · Learn how to use Create React App, a tool that simplifies creating and developing React apps, in 10 steps. Follow the guide to install, run, test, and customize your React project with helpful tips and examples.
Grab react and react-dom from npm, set up your custom build process with a bundler like Vite or Parcel, and add other tools as you need them for routing, static generation or server-side rendering, and more.
Learn how to create a React app with different toolchains, such as Create React App, Next.js, Gatsby, and more. These docs are old and won’t be updated, go to react.dev for the new React docs.