Skip to content

devnology/website-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devnology website

A new version of the Devnology website.

Getting started

To get your development environment up and running you need to install the following applications:

Initialize

The application has a few Node.js dependencies: Express and Jade. To install all dependencies just run:

npm install

Run

The application can be started by running the following command:

node app

Directory structure

For this project we use the following directory structure:

controllers/			-- modules with controllers and views
  event/
  ..
lib/					-- node.js libraries
models/					-- models for mongo
public/					-- front-end assets
  css/					-- custom stylesheets
  img/					-- all images
  lib/					-- external front-end libraries
    bootstrap/
    jquery/
    ..
views/					-- static views, like an about page

About

A new version of the Devnology website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •