gautamarora / blog-monorepo

Blog - built using MicroApps + Monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This is a monorepo (using lerna) for the blog app built using microapps.

Learn More

How to run

  1. Install Lerna

     npm install -g lerna
    
  2. Clone the blog monorepo:

     git clone git@github.com:gautamarora/blog-monorepo.git
    
  3. Install dependencies:

     cd blog-monorepo
     lerna bootstrap
    
  4. Run the blog app:

     lerna run --scope @gautamarora/blog start
     Go to localhost:3000
    
  5. Run just the blog posts app:

     lerna run --scope @gautamarora/post start
     Go to localhost:3000/posts
    

Live Examples

www.gautamarora.com

About

Blog - built using MicroApps + Monorepo


Languages

Language:JavaScript 74.8%Language:HTML 19.8%Language:CSS 5.4%