https://github.com/jakewies/express-hotplate
Express starter kit using npm-scripts as a build process :ramen:
https://github.com/jakewies/express-hotplate
express npm pug
Last synced: 3 months ago
JSON representation
Express starter kit using npm-scripts as a build process :ramen:
- Host: GitHub
- URL: https://github.com/jakewies/express-hotplate
- Owner: jakewies
- License: mit
- Created: 2017-02-21T23:24:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T03:24:32.000Z (over 8 years ago)
- Last Synced: 2025-01-16T11:26:43.270Z (5 months ago)
- Topics: express, npm, pug
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express Hotplate
An Express starter kit using npm-scripts as a build process and [PugJS](https://pugjs.org/api/getting-started.html) as a templating engine. :stew:
## Installation
#### Clone the repo
```
git clone [email protected]:jake-wies/express-hotplate.git
```#### Change to directory
```
cd express-hotplate
```#### Install dependencies
```
npm install
```## Development
```
npm run dev
```Profit! All assets are served from `src` in development.
## Express
`server.js` is a pretty basic Express server. There are a few routes built into the starter kit. Change them at your leisure :blush:
## Contributing
Feel free to create issues/ pull requests! :ok_hand: