File tree 1 file changed +25
-12
lines changed
examples/create-react-app
1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change 1
- # html -react-parser app
1
+ # create -react-app
2
2
3
3
Example of ` html-react-parser ` used in [ Create React App] ( https://github.com/facebook/create-react-app ) .
4
4
5
5
## Install
6
6
7
7
``` sh
8
- $ cd examples/app/
9
- $ npm install
8
+ git clone https://github.com/remarkablemark/html-react-parser.git
9
+ cd html-react-parser/examples/create-react-app/
10
+ npm install
10
11
```
11
12
12
- ## Scripts
13
+ ## Available Scripts
13
14
14
- Start :
15
+ In the project directory, you can run :
15
16
16
- ``` sh
17
- $ npm start
18
- ```
17
+ ### ` npm start `
19
18
20
- Build:
19
+ Runs the app in the development mode.
21
20
22
- ``` sh
23
- $ npm run build
24
- ```
21
+ Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
22
+
23
+ The page will reload if you make edits.
24
+
25
+ You will also see any lint errors in the console.
26
+
27
+ ### ` npm run build `
28
+
29
+ Builds the app for production to the ` build ` folder.
30
+
31
+ It correctly bundles in production mode and optimizes the build for the best performance.
32
+
33
+ The build is minified and the filenames include the hashes.
34
+
35
+ Your app is ready to be deployed!
36
+
37
+ See the section about [ deployment] ( https://create-react-app.dev/docs/deployment/ ) for more information.
You can’t perform that action at this time.
0 commit comments