Benvenuti in PressPortal, un'applicazione fullstack progettata per creare e gestire il sito di una testata giornalistica. Questo progetto universitario mira all'apprendimento e all'utilizzo di tecnologie allo stato dell'arte per un'applicazione Full-Stack.
[███------------------------] 20%
- React: Libreria JavaScript per la costruzione di interfacce utente.
- Vite: Un build tool di nuova generazione che offre un'esperienza di sviluppo veloce e ottimizzata.
- Tailwind CSS: Framework di utilità per uno stile rapido e reattivo.
- Node.js: Ambiente di runtime JavaScript che permette di eseguire codice sul lato server.
La struttura del progetto è organizzata come segue allo stato attuale:
PressPortal/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ ├── index.jsx
│ └── main.jsx
├── .eslintrc.cjs
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── vite.config.js
- Node.js v14 o superiore
- npm (Node Package Manager) o yarn
-
Clona il repository:
git clone https://github.com/Alexfinitore10/PressPortal.git cd PressPortal
-
Installa le dipendenze:
npm install
-
Avvia l'applicazione:
npm run dev
-
Indirizzo di default
L'applicazione sarà accessibile all'indirizzo: http://localhost:5173
MIT License
Copyright (c) 2024 Alexfinitore10
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Per qualsiasi domanda o suggerimento, puoi contattarci all'indirizzo email: [email protected].
Grazie per il tuo interesse in PressPortal! Keep on keeping on!!