This is a simple web application to generate messages when I connect with new LinkedIn members. It is just a simple form that pre-fills the optional message template when sending a connection request. The message template is within the 300 character limit set by LinkedIn.
This project is built with:
- NodeJS
- ReactJS
- clipboard.js -
$ yarn add clipboard
Get Started
$ git clone https://github.com/dickwyn/testorange-message-template.git
$ yarn
in the cloned directory
Development Mode
$ yarn start
- Application runs on
localhost:3000
Production Mode
$ yarn deploy
The contents of this repository are covered under the MIT License.