Skip to content

leadhomesa/reactro

Repository files navigation

reactro

retro + react = reactro 🎉

example


Getting Started

cp sample.env .env
npm install

Config

Sample config can be found in sample.env. At the moment the following values are supported:

  • PORT: The port the webpack dev server runs on.
  • NODE_ENV: Changing this value to production enables a service worker.
  • API_URL: Api Url which is proxied by the Webpack dev server (and nginx if you use the Docker image).
  • PUBLIC_URL: This value is only necessary to be included when you need to host the build output on a subdirectory. For example https://yourwebsite.com/carbon

Local development with HMR

npm start

Production build

  • Set NODE_ENV=production to enable the service worker.
npm run build
OR
npm run clean-and-build

Authors

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

It is free software, and may be redistributed under the terms specified in the LICENSE file.

Maintained by

logo

Reactro was created and is maintained by Leadhome Pty Ltd.
The names and logos for Leadhome are trademarks of Leadhome Pty Ltd.

Built with

Carbon Logo