Skip to content

Commit 09f7fe8

Browse files
committed
Updated package.json, edit index, NavbarTop, 404, Footer, conf route
1 parent 8dbe745 commit 09f7fe8

File tree

12 files changed

+3772
-6037
lines changed

12 files changed

+3772
-6037
lines changed

Diff for: ism/react-app/.vscode/settings.json

-8
This file was deleted.

Diff for: ism/react-app/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
44

55
In the project directory, you can run:
66

7-
### `npm start`
7+
### `yarn start`
88

99
Runs the app in the development mode.<br />
1010
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1111

1212
The page will reload if you make edits.<br />
1313
You will also see any lint errors in the console.
1414

15-
### `npm test`
15+
### `yarn test`
1616

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

20-
### `npm run build`
20+
### `yarn build`
2121

2222
Builds the app for production to the `build` folder.<br />
2323
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -27,7 +27,7 @@ Your app is ready to be deployed!
2727

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

30-
### `npm run eject`
30+
### `yarn eject`
3131

3232
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
3333

@@ -63,6 +63,6 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/ad
6363

6464
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
6565

66-
### `npm run build` fails to minify
66+
### `yarn build` fails to minify
6767

6868
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Diff for: ism/react-app/jsconfig.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src"
4+
},
5+
"include": ["src"]
6+
}

0 commit comments

Comments
 (0)