jakewies / express-hotplate

Express starter kit using npm-scripts as a build process :ramen:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Hotplate

An Express starter kit using npm-scripts as a build process and PugJS as a templating engine. 🍲

Installation

Clone the repo

git clone git@github.com: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 😊

Contributing

Feel free to create issues/ pull requests! 👌

About

Express starter kit using npm-scripts as a build process :ramen:

License:MIT License


Languages

Language:JavaScript 44.3%Language:HTML 37.9%Language:CSS 17.8%