Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elsbury13/portfolio-node
- Owner: elsbury13
- Created: 2020-07-05T11:43:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:38:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T09:51:58.717Z (over 1 year ago)
- Topics: ejs, ejs-templates, express-js, expressjs, node, nodejs, nodemailer
- Language: CSS
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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