Skip to content

MadnessLabs/MadnessBlog

Repository files navigation

MadnessBlog

This is a basic boilerplate used by the pros at Madness Labs to make first class web apps.


## Installation

The application will load up in the browser without having to install. Installation is only required if you wish to modify the source code. This assumes you have installed Node.js.

Run npm install


## Getting Started

We have tried to make developing applications as easy as possible. If you have not already gotten the live reload plugin please do so with the link below in order to see changes you make live in the browser.

### Dependencies * [Chrome Live Reload Plugin](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en)

After you Have installed the project using the installation instructions. Then you are ready to start building the applications. We use Sublime Text 3 to do all of our projects, but this is by no means exclusive to that program. If you aren't using Sublime Text then skip to the Other RTE section.

### Sublime Text
  1. Open Sublime Text project file located in root. (MadnessApp.sublime-project)
  2. In menu toolbar select "Tools" -> "Build System" -> "Gulp" (You will only do this the first time you open the project)
  3. Select "Tools" -> "Build" (Ctrl + B) to begin making changes.
  4. Open browser to project and click the Live Reload extension making sure the black dot fills in on the icon.

That's it! Now when you make changes to the files in "src/", "public/html", or "public/index.html" the browser will reload to show changes auto-magically.

### Other RTE
  1. Open Shell to project's root and run "gulp"

That's it! Now when you make changes to the files in "src/", "public/html", or "public/index.html" the browser will reload to show changes auto-magically.


## Troubleshooting Coming Soon... ___ ## Credits

This app structure was made by the good people at Madness Labs and is OPEN SOURCE. What good is making a brilliant application development process if you don't let others use it. Enjoy! ^_^

About

A boilerplate angular application based on our Madness App repo, but with a custom wrapped WordPress Blog that shares header and footer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published