Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.67 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.67 KB

Otter - Online Services

Otter is an upcoming online service company.

Our app enables you to sign up to receive the latest information about the exciting services we are about to launch.

Otter App

We are using React JavaScript library for the front end. It sends sign up information (name and email) to an API.

How to use this code and view the app:

To download and install the app:

Open Terminal (or PC command line equivalent). Clone the repository and change into the Otter directory.

git clone https://github.com/AttyC/Otter
cd Otter

Run the following command to install dependencies:

yarn install

To run and view the app in your browser

yarn start

Now go to http://localhost:3000/ and see the app running.

Running tests

Tests cover validation of form fields and submission

yarn test

Building the app for production

To build the app for production

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.