An open API service indexing awesome lists of open source software.

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:

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: