You will need NodeJS installed on your computer. You can download it here: https://nodejs.org/en/download/
Click the green button upper right of this page and download ZIP file. Extract it in folder you wish.
Or clone the repository in desired folder by this command in terminal: git clone https://github.com/hohnzy/public-blog.git
- Open terminal, bash, console or command line (or how you call it)
- Go to folder with unpacked or cloned repository
- Type:
npm installto install all dependencies
- Open app folder in terminal and type:
node app.js - If you see "SERVER IS RUNNING!", then everything is alright
- Open your browser and type url:
localhost:3000 - Use as you wish :)