You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
-
# Getting Started with Create React App
1
+
# GitHub Codespaces ♥️ React
2
2
3
-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
3
+
Welcome to your shiny new Codespace running React! We've got everything fired up and running for you to explore React.
4
+
5
+
You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!
6
+
7
+
Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when you’re ready you can click "Publish to GitHub" and we’ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.
8
+
9
+
This project was bootstrapped for you with [Create React App](https://github.com/facebook/create-react-app).
4
10
5
11
## Available Scripts
6
12
7
13
In the project directory, you can run:
8
14
9
15
### `npm start`
10
16
17
+
We've already run this for you in the `Codespaces: server` terminal window below. If you need to stop the server for any reason you can just run `npm start` again to bring it back online.
18
+
11
19
Runs the app in the development mode.\
12
-
Open [http://localhost:3000](http://localhost:3000)to view it in your browser.
20
+
Open [http://localhost:3000](http://localhost:3000)in the built-in Simple Browser (`Cmd/Ctrl + Shift + P > Simple Browser: Show`) to view your running application.
13
21
14
-
The page will reload when you make changes.\
22
+
The page will reload automatically when you make changes.\
0 commit comments