This is a simple web app that allows users to sign up for a slack workspace. The app is built with React and sends a POST request to a given backend API endpoint.
- Clone this repository:
https://github.com/spider-sauce/slack-contact-form.git
- Navigate to the project directory:
slack-contact-form
- Install the dependencies:
npm install
- Build the app:
npm run build
- Fill out the form and click
Submit
In order to configure the app for production you must ensure that the REACT_APP_API_URL
environment variable is set either in a .env
file or as a system Environment Variable.