Server Lite is used to solve many of the pain points around creating a simple node webserver. This is designed to be an example of how to use server-lite to create a simple webapp.
- Clone the repository:
git clone git@github.com:MaddHacker/example-server-lite-webapp.git
- Install needed npm dependencies:
npm install
- Run the example:
node index.js
This is one of several projects that are in the works, so feel free to reach out on Slack. Please email slack at maddhacker dot com
for an invite.
Please use the Issues tab to report any problems or feature requests.
All change history can be found in the CHANGELOG.md file.