In the project directory, you can run:
Starts the project so you can view the front-end
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!
Because I don't want a whole backend for just one file, and I cannot post and edit with fetch from my json file, I've installed json-server
which will serve as our own local REST API
To start the server, I have defined the script inside the folder. To start it:
open dir:"my-server" in terminal and run
for deployment with ftp-deploy