/zenparent-static-theme

This is a static theme for Zenparent website.

Primary LanguageJavaScript

README

What is this repository for?

  • This is a static theme for Zenparent.
  • The theme uses webpack for buid purpose, webpack.config.js for dev builds and webpack.config.prod.js for production builds.
  • The project uses handlebars for templating and bootstrap for UI components.

How do I get started?

  1. git clone
  2. cd code
  3. npm install
  4. npm start

The site is up and running on http://localhost:8000

Requirements

Node is required to build this project.