feliperomero3 / node-practical-book

Inspired by the book Practical Node.js - Building Real-World Scalable Web Apps Second Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical node

Inspired by the book Practical Node.js - Building Real-World Scalable Web Apps Second Edition by Azat Mardan plus other additions.

I come from a .NET background and I want to know a bit more of node (I find myself wondering if Angular is based in node).

I'm adding all sorts of simple projects, one for each folder on this repository.

Cheers.

Prerequisites

  • Node.js 14.x

Getting started

  1. Clone the project.
  2. Open a terminal in the root directory.
  3. Change to any directory under src (there is one self-contained project for each directory).
  4. Run npm install.
  5. Run node src/app.js.
  6. Open your web browser.

License

MIT License

Copyright © 2022 Felipe Romero

About

Inspired by the book Practical Node.js - Building Real-World Scalable Web Apps Second Edition.

License:MIT License


Languages

Language:JavaScript 62.2%Language:Pug 32.4%Language:CSS 3.8%Language:Shell 1.6%