Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 666 Bytes

Contact Form App

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.

Installation

  1. Clone this repository: https://github.com/spider-sauce/slack-contact-form.git
  2. Navigate to the project directory: slack-contact-form
  3. Install the dependencies: npm install

Usage

  1. Build the app: npm run build
  2. Fill out the form and click Submit

Configuration

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.