Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyslab/bs-site-demo
A Customize Website Demo powered by Bootstrap and JSON file.
https://github.com/dyslab/bs-site-demo
Last synced: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T15:22:03.000Z (about 1 year ago)
- Last Synced: 2024-01-18T18:35:22.912Z (about 1 year ago)
- Language: Pug
- Homepage:
- Size: 28.5 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
[![Powered by node.js](./public/imgs/powered-by-nodejs.svg)](https://nodejs.org/) [![Powered by express](./public/imgs/powered-by-express.svg)](https://expressjs.com/) [![Powered by pug](./public/imgs/powered-by-pug.svg)](https://pugjs.org/) [![Powered by bootstrap](./public/imgs/powered-by-bootstrap.svg)](https://getbootstrap.com/) [![MIT license](./public/imgs/MIT-license.svg)](./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: