An open API service indexing awesome lists of open source software.

https://github.com/chneau/react-typescript-bootstrap-tuto


https://github.com/chneau/react-typescript-bootstrap-tuto

Last synced: 8 months ago
JSON representation

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
```