Gui-Devz / ninja-page-nodeJs

Starting with NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Portfolio Web Page

Web Page portfolio

The project is all about learning technologies such as HMTL5, CSS3, JS6 and NodeJs

License MIT

demo demo

Features

  • 💹 Node Js — A JavaScript runtime
  • 🔵 Express — A web framework for Node Js
  • 💹 Nunjucks — A powerful template engine for Node Js

Getting started

First of all, you'll need the framework Express for the server setup.

  • Use the following command on your terminal: npm install express (I'm considering you already has NodeJs installed in your machine)

Then I'd recommend to use nodemon as a devDependencies, just for practicality.

  • Use the following command on your terminal: npm install nodemon -D

In this project it was used a template view engine, that in this case was Nunjucks. So...

  • Use the following command on your terminal: npm install nunjucks -y

License

This project is licensed under the MIT License - see the LICENSE page for details.

About

Starting with NodeJS


Languages

Language:HTML 35.5%Language:JavaScript 32.4%Language:CSS 32.1%