Creates a basic website using Express and NodeJS.
The website has three pages:
/ The index page.
/form A simple form to send text to the server via AJAX.
/api/form-submit Accepts the form request and sends a response.
Clone or download this repository.
In your CLI run this command: npm install.
In your CLI run this command: node app.