About 44 results
Open links in new tab
  1. Getting Started | Create React App

    You can now optionally start a new app from a template by appending --template [template-name] to the creation command. If you don't select a template, we'll create your project with our base …

  2. Adding TypeScript | Create React App

    If you are currently using create-react-app-typescript, see this blog post for instructions on how to migrate to Create React App. Constant enums and namespaces are not supported, you can …

  3. Updating to New Releases | Create React App

    Create React App creates the project with the latest version of react-scripts so you’ll get all the new features and improvements in newly created apps automatically.

  4. Custom Templates | Create React App

    Note: this feature is available with [email protected] and higher. Custom Templates enable you to select a template to create your project from, while still retaining all of the features of Create …

  5. Folder Structure | Create React App

    If you have Git installed and your project is not part of a larger repository, then a new repository will be initialized resulting in an additional top-level .git directory.

  6. Deployment | Create React App

    You don’t necessarily need a static server in order to run a Create React App project in production. It also works well when integrated into an existing server side app.

  7. Adding a Router | Create React App

    Create React App doesn't prescribe a specific routing solution, but React Router is the most popular one.

  8. Using HTTPS in Development | Create React App

    Using HTTPS in Development Note: this feature is available with [email protected] and higher. You may require the dev server to serve pages over HTTPS. One particular case where this …

  9. About the Documentation | Create React App

    About the Documentation Welcome to the Create React App documentation! Navigation You can find different topics in the table of contents. On desktop, you should see it in the left sidebar. …

  10. Making a Progressive Web App | Create React App

    After running the build script, create-react-app will give instructions for one way to test your production build locally and the deployment instructions have instructions for using other …