Add bootstrap and react-bootstrap. Move App to the dedicated folder
Showing
... | @@ -2,8 +2,11 @@ | ... | @@ -2,8 +2,11 @@ |
"name": "typos-react", | "name": "typos-react", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"bootstrap": "^3.3.7", | |||
"react": "^16.4.1", | "react": "^16.4.1", | ||
"react-bootstrap": "^0.32.1", | |||
"react-dom": "^16.4.1", | "react-dom": "^16.4.1", | ||
"react-scripts": "1.1.4" | "react-scripts": "1.1.4" | ||
}, | }, | ||
... | @@ -13,4 +16,4 @@ | ... | @@ -13,4 +16,4 @@ |
"test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment