Skip to content

Conversation

ProchaLu
Copy link

@ProchaLu ProchaLu commented Sep 13, 2023

Closes: #1

Description

This PR adds a netlify.toml file to the initial project setup of Create React App projects. This file automatically configures the publish directory and build command settings for Netlify to build (the default for create-react-app), so students do not have to manually enter these values. This makes it easier and faster for students to deploy their CRA projects to Netlify.

@@ -0,0 +1,3 @@
[build]
publish = "build"
command = "pnpm run build" No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably have a newline at the end, so it doesn't have this symbol of a circle with line through it

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a line break in this commit
e5e7376

@ProchaLu ProchaLu merged commit 7aa98da into upleveled:main Sep 13, 2023
@ProchaLu ProchaLu deleted the add-netlify-config branch September 13, 2023 12:54
karlhorky added a commit to upleveled/eslint-config-upleveled that referenced this pull request Oct 29, 2023
prodev1119 added a commit to prodev1119/eslint-config-upleveled that referenced this pull request Aug 17, 2025
bluedream918 added a commit to bluedream918/upleveled-eslint-js-ts-node that referenced this pull request Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Netlify should automatically deploy React applications

2 participants