Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elsbury13/portfolio-node

Portfolio in Node & express
https://github.com/elsbury13/portfolio-node

ejs ejs-templates express-js expressjs node nodejs nodemailer

Last synced: about 8 hours ago
JSON representation

Portfolio in Node & express

Awesome Lists containing this project

README

        

# Web App using Express with views

# How to setup
`npm install`

## How to run
`node index.js`

## Change to Production
This will remove styling, as static assets are served in development mode
and link tag will generate 404 as it tries to go to public/styles.css

`NODE_ENV=production node index.js`

## To stop the running of the app
`lsof -i:3000`
`kill -9 [PID]`

## View
http://localhost:3000
# portfolio-node