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

https://github.com/lucasrmagalhaes/building_an_interface-react

React.js: Building an Interface
https://github.com/lucasrmagalhaes/building_an_interface-react

linkedin-learning react

Last synced: 3 months ago
JSON representation

React.js: Building an Interface

Awesome Lists containing this project

README

          



Appointments



Building an Interface

---

**React App**
```
npx create-react-app react_interface
```

---

[React Icons](https://react-icons.github.io/react-icons)
```
npm install react-icons --save
```

---

[tailwindcss](https://tailwindcss.com/)
```
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9 @tailwindcss/forms
```

**Craco**
```
npm install @craco/craco
```

**Setting Tailwind Config**
```
npx tailwindcss init
```

---

[PostCSS Language Support](https://marketplace.visualstudio.com/items?itemName=csstools.postcss)