Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.09 KB

Saturn-Core

Saturn Core is a quick and easy starting point for a web app that allows you to create packages that add up together to make a simple and lightweight web app without using any web frameworks.

What's this about?

Saturn Core is a base template for starting with a web app, This allows you to quickly mock up applications.

What can it do?

With Saturn Core, you can write everything with pure JavaScript. We have created a packaging system so you can split multiple JavaScript files which means that your main file isn't messy. You can also create muliple instances of one package allowing to deploy multiple instances of JavaScript files.

How do I get started?

Prequisites: node.js - for basic express server

Clone this repository and go into the src folder, then run the index.js file to start the server. If you want to use an alternative server, use the public folder as the root.

Help, my code doesn't work!

If you encounter a bug, please create an issue on our GitHub repository! If you are confused on how it works, you can always create a discussion for help or questions.