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
- Configure sample GitHub actions including test, release and deploy
21
+
- Provide sample vscode snippets
18
22
19
23
# Configure
20
24
@@ -32,23 +36,23 @@ In the project directory, you can run:
32
36
33
37
### `yarn start`
34
38
35
-
Runs the app in the development mode.<br />
39
+
Runs the app in the development mode.\
36
40
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
37
41
38
-
The page will reload if you make edits.<br />
42
+
The page will reload if you make edits.\
39
43
You will also see any lint errors in the console.
40
44
41
45
### `yarn test`
42
46
43
-
Launches the test runner in the interactive watch mode.<br />
47
+
Launches the test runner in the interactive watch mode.\
44
48
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
45
49
46
50
### `yarn build`
47
51
48
-
Builds the app for production to the `build` folder.<br />
52
+
Builds the app for production to the `build` folder.\
49
53
It correctly bundles React in production mode and optimizes the build for the best performance.
50
54
51
-
The build is minified and the filenames include the hashes.<br />
55
+
The build is minified and the filenames include the hashes.\
52
56
Your app is ready to be deployed!
53
57
54
58
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
@@ -63,12 +67,20 @@ Instead, it will copy all the configuration files and the transitive dependencie
63
67
64
68
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.
65
69
66
-
## Learn More
70
+
### `yarn commit`
71
+
72
+
Commit with conventional commit powered by `@commitlint/cli` CLI
67
73
68
-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
74
+
### `yarn release`
69
75
70
-
To learn React, check out the [React documentation](https://reactjs.org/).
76
+
Release version for your project powered by `release-it` CLI
71
77
72
-
## Setup CI/CD
78
+
## Learn More
73
79
74
-
Refer this article: [Setting up a CI/CD workflow on GitHub Actions for a React App (with GitHub Pages and Codecov)](https://dev.to/dyarleniber/setting-up-a-ci-cd-workflow-on-github-actions-for-a-react-app-with-github-pages-and-codecov-4hnp)
80
+
- You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
81
+
- Learn React, check out the [React documentation](https://reactjs.org/).
-[Setting up a CI/CD workflow on GitHub Actions for a React App (with GitHub Pages and Codecov)](https://dev.to/dyarleniber/setting-up-a-ci-cd-workflow-on-github-actions-for-a-react-app-with-github-pages-and-codecov-4hnp)
0 commit comments