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.
- Host: GitHub
- URL: https://github.com/varun93/zenparent-static-theme
- Owner: varun93
- Created: 2017-10-31T04:21:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T08:19:44.000Z (over 7 years ago)
- Last Synced: 2025-01-05T22:12:29.722Z (4 months ago)
- Topics: code-splitting, handlebars, webpack, webpack-dev-server
- Language: JavaScript
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 startThe site is up and running on http://localhost:8000
### Requirements
**Node** is required to build this project.