https://github.com/diogomalfatti/aluracord
Projeto realizado na Imersão React 4 da Alura
https://github.com/diogomalfatti/aluracord
aluracord css-in-js css3 html5 nextjs reactjs skynexui
Last synced: 4 months ago
JSON representation
Projeto realizado na Imersão React 4 da Alura
- Host: GitHub
- URL: https://github.com/diogomalfatti/aluracord
- Owner: DiogoMalfatti
- Created: 2022-01-24T11:50:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T19:18:36.000Z (over 3 years ago)
- Last Synced: 2024-12-31T02:13:20.091Z (6 months ago)
- Topics: aluracord, css-in-js, css3, html5, nextjs, reactjs, skynexui
- Language: JavaScript
- Homepage: https://aluracord-diogomalfatti.vercel.app/
- Size: 82.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aluracord
Projeto realizado na Imersão React 4 da Alura
npm init -y
npm install next react react-dom
```
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
```na raiz do projeto crie uma pasta page , e dentor desta pasta crie um arquivo index.js
cole este código dentro do arquivo index.js```
function HomePage() {
return (
🚀 Fala pessoAll
);
}
```export default HomePage;
npm run dev
http://localhost:3000/
npm install @skynexui/components
🌎 https://aluracord-diogomalfatti.vercel.app/
![]()