Skip to content

ktyjscott/portfolio-site-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This site uses LESS css pre-processing and Jade templating.

Local Environment Setup

For development, this project contains a nodemon build and server system.

Git

If you do not yet have Git installed on your computer, download and install the Github desktop app from

https://desktop.github.com/

Node

If you do not yet have Node installed on your computer, download and install the package from the following address

https://nodejs.org/download/

Code Repository

The first step is to get the code down to your computer by cloning the repository from Github. You can clone the repository into any directory on your computer using the github desktop app, or by running the following command in your computer's command prompt/terminal.

Dependencies

Install all the dependencies from NPM by running the following command:

npm install

Build & Run

Build the project and start the web server by running nodemon. This will also automatically watch your source files and re-build the app every time one of your source files changes.

nodemon

To view the website, go to http://localhost:3000

LESS

The CSS source files (in .less format) are contained in this directory. See http://lesscss.org/ for details.

Jade

The HTML templates use Jade templating and are contained in the 'jade' directory. See http://jade-lang.com/ for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published