A tool for creating, dialing and sharing call scripts
Dial-A-Script is a web based tool for writing, calling and sharing call scripts. This is the repository for the React based frontend. The backend api repository resides at: Dial-A-Script-Backend
This project was bootstrapped with Create React App.
This project uses npm and react. It also uses react-redux and react-router. Go check them out if you don't have them locally installed.
Begin by installing and running the backend API server Dial-A-Script-Backend.
Then in a separate directory: Fork and/or clone the repository down then run:
npm install
to get dependencies installed locally. Then
npm start
to get it serving to your local host. If you are running your API server on localhost:3000 you will be asked if you would like to start the client server on a different port. Press Y and enter to allow this. Because it is a Create-React app this will automatically open a browser window pointing to the frontend and you will be able to interact from there.
MIT Copyright 2018 Sebastian Royer