https://github.com/dyslab/bs-site-demo
A Customize Website Demo powered by Bootstrap and JSON file.
https://github.com/dyslab/bs-site-demo
bootstrap4 demo expressjs nodejs template
Last synced: about 2 months ago
JSON representation
A Customize Website Demo powered by Bootstrap and JSON file.
- Host: GitHub
- URL: https://github.com/dyslab/bs-site-demo
- Owner: dyslab
- License: mit
- Created: 2018-12-24T18:32:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T15:43:30.000Z (7 months ago)
- Last Synced: 2025-02-10T13:43:41.008Z (3 months ago)
- Topics: bootstrap4, demo, expressjs, nodejs, template
- Language: Pug
- Homepage: https://bs-site-demo.onrender.com/
- Size: 28.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bs-site-demo: A Customize Website Demo powered by Express / Pug / Bootstrap with JSON file
[](https://nodejs.org/) [](https://expressjs.com/) [](https://pugjs.org/) [](https://getbootstrap.com/) [](./LICENSE)
## Project Information
- Include website templates: 2 Sets (T1 & T2)
- Fit for: Small and Medium Sized Business / Personal Use
## Local Web Server Running
```bash
# Start local web server
npm start
# or
npm run start:pm2 # PM2 installed in advance.# Then, open url `http://localhost:8000/` on Browser. That's it.
```## Development Environment
- OS Platform: Deepin OS v15.11 ~ v23
- Coding Tool: Visual Studio Code
- Tested on node.js version: v14 ~ v20
- Stacks: Node.js + Express + Pug + JQuery + Bootstrap
- VCS: git / github
### Install & Rebuild
In case you are willing to reinstall or rebuild packages for the app, you are able to try below CLIs under current directory in a terminal/bash window.
```bash
npm install # or run 'cnpm install' if you're living in China mainland.
npm rebuild # or run 'cnpm rebuild'
```## Milestones
Last Modified Date: 2024-10-10
Initial Date: 2018-12-25
:airplane::wink::airplane::wink::airplane::wink: