From 1ad4c9c00df5cc0559b90be7341feec1793345a2 Mon Sep 17 00:00:00 2001 From: Enri1196 Date: Fri, 10 Jan 2020 19:46:07 +0000 Subject: [PATCH] Aggiornare 'README.md' --- README.md | 71 ++++++++----------------------------------------------- 1 file changed, 10 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index 859d27a..047bd22 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,17 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +## Come si usa?! -## Available Scripts +Il primo requisito è avere nodejs installato insieme a npm/yarn (quest'ultimo consigliato). -In the project directory, you can run: +### `npm install/yarn install` -### `npm start` +Installa i pacchetti necessari alla configurazione di Node con ReactJS + BootStrap + React BootStrp -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +### `npm start/yarn start` -The page will reload if you make edits.
-You will also see any lint errors in the console. +Fa partire un server di development che si aggiorna mentre scrivete codice. Senza... non vedete un cazzo.
+Si dovrebbe aprire da solo il browser predefinito a questo indirizzo [http://localhost:3000](http://localhost:3000), se non si apre da solo andate a quell'indirizzo da soli!
+Se fate cazzate di sintassi basta controllare la console, tenete il terminale dove avete fatto partire il server sott'occhio! -### `npm test` +### `npm run build/yarn run build` -Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. - -### `npm run build` - -Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance. - -The build is minified and the filenames include the hashes.
-Your app is ready to be deployed! - -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. - -### `npm run eject` - -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** - -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. - -Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. - -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. - -## Learn More - -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). - -To learn React, check out the [React documentation](https://reactjs.org/). - -### Code Splitting - -This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting - -### Analyzing the Bundle Size - -This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size - -### Making a Progressive Web App - -This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app - -### Advanced Configuration - -This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration - -### Deployment - -This section has moved here: https://facebook.github.io/create-react-app/docs/deployment - -### `npm run build` fails to minify - -This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify +Sto comando crea una versione minimizzata e ottimizzata per essere data in pasto a un web server. Altre si detta versione di produzione per intenderci. Non dovrete farlo mai perchè tanto non vi serve. \ No newline at end of file