DEV Community

Cover image for Ward - A client-side framework to build static websites and applications
Colin Espinas
Colin Espinas

Posted on

Ward - A client-side framework to build static websites and applications

Recently I've found myself developing a frontend router for a friend's static website.
That pushed me to go further and I've ended building a client-side framework for static websites.

The framework is called "Ward". The main features are routing and templating.

It is super easy to get your project running and can speed up a lot the process of building a static website.

Also I've developed a node server module to help with serving the files, plus a CLI tool that helps with creating and serving projects.

Here are the links to the project and the tools around it:

I also want to add that I'm kind of your everyday beginner with javascript and would really appreciate feedback or help on this project, do not hesitate to contribute or open issues.

Thanks for reading!

Top comments (0)