@gautamarora/blog
v0.1.3
Published
megaapp - blog
Downloads
1
Readme
Blog
This blog application is a megaapp that is built using a microapp architecture. Each page (post, photo, profile) is a microapp that uses expressjs, browserify, handlebars & sass. These microapps share other microapps like header. Each microapp is published as a npm module at npmjs.com from where it is installed into the mega app.
The architecture is inspired from See-Eat-Sleep and Condé Nast Traveler.
Micro Apps used:
How to run:
Clone this repo
git clone [email protected]:gautamarora/blog.git
Install dependencies
cd blog npm install
Run the app
npm start
Now go to localhost:3000 to see the sample blog app