$ npm install bayside
- Very minimal, high performance Node framework
- Built for single page app's
- The entire project is one file for easy debugging
- Everything is optional from templates to single page app's
- Built as a simple server side API for modern app's using React or Angular
If you discover a security vulnerability in Bayside, please see Security Policies and Procedures.
In the folder where you want your project to be located, run this command to spin up the sample Bayside app.
$ npm init
$ npm install --save bayside
Add bayside to your package.json scripts
$ "bayside": "bayside"
Now bayside can be found in your local node_modules folder. Create a project named app.
$ npm run bayside createProject app
$ node app.js
The entire philosophy behind Bayside is to do the absolute minimum for the developer.
The main idea is to prevent as much black box magic as possible so the developer has
absolute control.
Bayside is not a full stack framework. If you want it to be a single page
application using Angular, React or Knockout, well that's up to you. If
you wish it to be a standard content website that's up to you as well.
Do whatever you want with Bayside.
examples will be provided soon.
tests will be provided soon.
The original author of Bayside is Chris Hawkes