Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 473 Bytes

Photo Forms

This application is built for Schanely Photography and allows administrators to build custom forms and collect information from customers before photo shoots.

Setup

This application is built with create-react-app and can be set up using the following process:

After cloning the repo run the following to install dependencies:

npm install

Then use the following to run the application in development mode:

npm start

Pretty simple.