Skip to content

Commit e37cc62

Browse files
author
Chance Strickland
committed
readme
1 parent fab0406 commit e37cc62

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Getting Started with Create React App
1+
# Testing Workshop Starter App
22

33
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
44

55
## Available Scripts
66

77
In the project directory, you can run:
88

9-
### `yarn start`
9+
### `npm start`
1010

1111
Runs the app in the development mode.\
1212
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1313

1414
The page will reload if you make edits.\
1515
You will also see any lint errors in the console.
1616

17-
### `yarn test`
17+
### `npm test`
1818

1919
Launches the test runner in the interactive watch mode.\
2020
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
2121

22-
### `yarn build`
22+
### `npm run build`
2323

2424
Builds the app for production to the `build` folder.\
2525
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -29,16 +29,6 @@ Your app is ready to be deployed!
2929

3030
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
3131

32-
### `yarn eject`
33-
34-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35-
36-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37-
38-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39-
40-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41-
4232
## Learn More
4333

4434
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

0 commit comments

Comments
 (0)