update README.md with explaining new script run

pull/39/head
David Ordás 2022-09-19 22:37:05 +02:00
parent 08f16a3288
commit e256fe4a6b
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,14 @@ The free-programming-books-search is a companion project of [free-programming-bo
5. Type `npm install react-scripts`.
6. Type `npm start`. At this point, the command prompt should start up the server, and a tab in your default browser should open up to localhost.
#### Serving the production build locally
Type `npm run serve` if you want run the optimized production build in a local server.
At this point, the command prompt should build the app and start up the server.
Open a tab in your default browser and go to `http://localhost:3000`.
## Deployment
MAKE SURE YOU HAVE COMPLETED THE INSTALLATION STEPS FIRST!