https://github.com/matheusadc/cardapiodigitalreact
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.
https://github.com/matheusadc/cardapiodigitalreact
javascript jsx reactjs
Last synced: 3 months ago
JSON representation
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.
- Host: GitHub
- URL: https://github.com/matheusadc/cardapiodigitalreact
- Owner: MatheusADC
- Created: 2024-04-09T02:42:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T13:15:26.000Z (over 1 year ago)
- Last Synced: 2025-02-24T14:28:00.452Z (over 1 year ago)
- Topics: javascript, jsx, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.
#
Page

#
Commands in the terminal
### Create project
```
npm create vite@latest
```
### Run local project
```
npm run dev
```
> [!CAUTION]
> The command above only works in the root directory.