Skip to content

Commit

Permalink
tidy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Jan 26, 2024
1 parent 34d8155 commit 76bdbb8
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,22 @@ If you have used this project as a template, remember to change this readme file
## Features

- EJS template setup with express
- connection-pool setup for node-postgres
- loads DATABASE_URL from env variable. (And tries to load .env files with dotenv)
- static file serving from `/public`
- favicon
- demo of classless css framework
- Database support:
- connection-pool setup for node-postgres
- loads DATABASE_URL from env variable. (And tries to load .env files with dotenv)
- live-reload
- automated testing with jest
- example jest test
- example jest test
- formatting with prettier
- linting with eslint
- live-reload: in development mode, when viewing an html page, if a file is changed and saved, the browser will make the request again. This won't work if the browser is viewing a json output - it needs to be an html page so that live-reload can insert a javascript fragment into it.
- .gitignore
- demo of classless css framework (sakura.css or mvp.css, etc)
- static file serving from `/public`
- favicon

### note about live reload

In development mode, when viewing an html page, if a file is changed and saved, the browser will make the request again. This won't work if the browser is viewing a json output - it needs to be an html page so that live-reload can insert a javascript fragment into it.

## Installation

Expand Down

0 comments on commit 76bdbb8

Please sign in to comment.