🔨Build and deploy

How to build your edited version and deploy it on a server

When you are happy with the changes you just brought and you wish to build a production version to test it on a server just use this command :

npm run build

This will build your version into the client/build directory. Then just copy this directory into a sevrer and you are good to go.

More deployment information are available at the create-react-app documentation website.arrow-up-right

Last updated