An open API service indexing awesome lists of open source software.

https://github.com/varun93/zenparent-static-theme

This is a static theme for Zenparent website.
https://github.com/varun93/zenparent-static-theme

code-splitting handlebars webpack webpack-dev-server

Last synced: 2 months ago
JSON representation

This is a static theme for Zenparent website.

Awesome Lists containing this project

README

        

# README #

### What is this repository for? ###

+ This is a static theme for [Zenparent](https://zenparent.in).
+ 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
1. cd code
1. npm install
1. npm start

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

### Requirements

**Node** is required to build this project.