https://github.com/chneau/react-typescript-bootstrap-tuto
https://github.com/chneau/react-typescript-bootstrap-tuto
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chneau/react-typescript-bootstrap-tuto
- Owner: chneau
- Created: 2023-03-02T14:47:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T11:47:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T20:19:17.617Z (over 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-bootstrap-tuto
## dev logs
```bash
# init project
npm create vite@latest
# add update script
npm install --save-dev npm-check-updates
# npm-check-updates --upgrade && npm update
# add format script
npm install --save-dev prettier
# npx prettier --write .
# add check script
# tsc --noEmit --skipLibCheck
# add bootstrap
npm install react-bootstrap bootstrap
# add styled-components
npm install styled-components
npm install --save-dev @types/styled-components
```