Skip to content

albertguedes/nodejs-simple-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub language count GitHub last commit

NODEJS SIMPLE SITE

This is a static website composed by

  • a 'home' page
  • a 'about' page
  • a 'contact' page

INSTALL

If you dont has installed the nodejs on your system, visit the page "https://nodejs.org/en/download/".

Clone this project via git

$ git clone git@github.com:albertguedes/nodejs-simple-site.git

or download the zip package with wget

$ wget https://github.com/albertguedes/nodejs-simple-site/archive/master.zip

Go to the folder with project, change the configs ( auto-explained on 'app.js' file ) and install the dependencies with the command

$ yarn install

and run the server

$ yarn app.js

And open in your browser the url 'http://localhost:5050/'.

Now you can use the project as backbone to your own project and learning.

REFERENCES