/AppDeliveryGo

A Delivery app to study Go

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

AppDeliveryGo

A Delivery app to study Go

# node instructions for deploy
The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.
You may serve it with a static server:

  npm install -g serve
  serve -s build

Find out more about deployment here:

  https://cra.link/deployment