A pure Node server with html templates that are dynamically rendered with JSON data.
This project is currently using the following technologies:
- Node
- Node modules: http, url and fs
To clone and run this application, you'll need Git and Node.js v10.16 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone git@github.com:rafaelmuttoni/simple-node-project.git
# Go into the repository
$ cd simple-node-project
# Start the server
$ node index.js