Codice sorgente dell'App del Salone Nautico di Venezia. Fatta con React Native e Expo, e Typescript.
Installa le dipendenze puoi usare npm o yarn, consigliamo yarn:
$ yarn
Avvia l'app:
$ yarn start
Per avviare l'app in un OS specifico:
$ yarn ios | yarn android
Copia questi 2 files e rimpiazzali con i tuoi
$ cp app.example.json app.json
$ cp secret.example.ts secret.ts
-
Eslint è utilizzato e ti consigliamo di usarlo nel tuo editor.
-
Typescript è utilizzato e ti consigliamo di usarlo nel tuo editor.
Puoi controllare manualmente la pulizia del codice con il seguende comando
yarn lint
oppure
yarn typescript
Usa il seguente comando per svolgere i test dei componenti nel progetto
$ yarn test
Usa questo per aggiornare i file di test
$ yarn test -u
Use questo per avviare i test in modalità watch mode mentre sviluppi:
$ yarn test --watch
Componenti del tipo Storyies (*.story.tsx) possono essere aggiungi al file storyLoader.js
con :
$ yarn prestorybook
Canevese Jonathan - Giacomo Colombera
The repo is under GNU General Public License v3.0