Aggiornare 'README.md'

pull/1/head
Enri1196 2020-01-10 19:46:07 +00:00
parent 42b3477fa6
commit 1ad4c9c00d
1 changed files with 10 additions and 61 deletions

View File

@ -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.<br />
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.<br />
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.<br />
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!<br />
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.<br />
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.<br />
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.<br />
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 cant go back!**
If you arent 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 youre on your own.
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt 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.