https://github.com/heaths/template-web-node
Template for static web content using Express for hosting locally
https://github.com/heaths/template-web-node
express gh-pages nodejs template template-repository
Last synced: about 2 months ago
JSON representation
Template for static web content using Express for hosting locally
- Host: GitHub
- URL: https://github.com/heaths/template-web-node
- Owner: heaths
- License: mit
- Created: 2020-05-30T21:24:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T21:30:47.000Z (about 6 years ago)
- Last Synced: 2025-03-28T04:32:53.512Z (about 1 year ago)
- Topics: express, gh-pages, nodejs, template, template-repository
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Static Web Template
This is a template for a simple [Node.js](https://nodejs.org) application serving static files to help teach my children web design and programming. You can use this in a repository named `.github.io` to host a static site using [GitHub Pages](https://help.github.com/github/working-with-github-pages/getting-started-with-github-pages).
## Setup
1. Create new repository from template, ideally named `.github.io`. You can also click .
2. Run `npm install` to install required modules.
3. In [Visual Studio Code](https://code.visualstudio.com), press `Ctrl+F5` to launch without debugging, or run `node server.js`.
You can modify *index.html*, and add new directories and files to serve static content without restarting the server.
## License
This project is licensed under the [MIT license](LICENSE.txt).