https://github.com/truemedia/regeneration-primer
A moddable game software for client and/or server based HTML5 games
https://github.com/truemedia/regeneration-primer
Last synced: 3 months ago
JSON representation
A moddable game software for client and/or server based HTML5 games
- Host: GitHub
- URL: https://github.com/truemedia/regeneration-primer
- Owner: Truemedia
- Created: 2013-02-13T20:10:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T17:10:05.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T21:42:21.324Z (4 months ago)
- Language: JavaScript
- Homepage: http://truemedia.github.io/Regeneration-Primer/
- Size: 7.55 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Regeneration Primer ##
A moddable frontend boilerplate for client and/or server based HTML5 applications### Installation ###
Whether you are creating a SPA or a full stack website, this repo should serve as your public folder. If you already have a public folder, delete it and run the following commandgit clone https://github.com/Truemedia/Regeneration-Primer.git public
Install JavaScript libraries inside public folder with
jspm install
### Packages ###
The main advantage of this frontend is that all code is encouraged to be done in packages. This allows authors to not only develop packages to their own standards, but have code which can be agnostic of a site platform (such as a contact package that can be used on both a blogging platform and an ecommerce platform).Feel free to use any from the following list, or create and add your own:
- [anysite/contact](https://github.com/Truemedia/anysite-contact) - Contact package
### Development tools
I use my own tool chest (literally) to accompany my coding, see my [Treasure Chest](https://github.com/Truemedia/Treasure-Chest) repo for for setting up the development tools you may or may not need (already comes included in this repo). Based on [bower](http://bower.io/), [browsersync](http://www.browsersync.io/), [chest](http://chestjs.com/), [gulp](http://gulpjs.com/), and [yeoman](http://yeoman.io/).### Overview
This software serves as a boilerplate for the purpose of providing a general software frontend structure that can be modified to create any web application imaginable within the scope of HTML5, CSS3, and JavaScript technologies.
Using the latest technologies and design patterns, this frontend repo currently incorporates this massive stack to build your application upon.
MIT licensed, open source code base. Wanna help? send me a message or submit a pull request, all contributions are welcome.