Jump to content

Sharing a boilerplate


heldercervantes
 Share

Recommended Posts

Hello fellow coders.

ProcessWire is really easy to jump into. But a few projects in you start to want some version control, look around for what to put or not in .gitignore, want some SCSS magic going on, and it makes sense to make a boilerplate. So I did:

https://github.com/heldercervantes/PWBoilerplate

Some of the things going on here:

  • src and dist separation, so you do version control on only what matters;
  • scss compilation;
  • js combining;
  • asset monitoring and mirroring.

Here it is for you all, in case someone finds it useful.

Any comments, suggestions or criticism are appreciated.

  • Like 4
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...