Skip to content

mgcodeur/medium-clone

Repository files navigation

Installation

npm install

Development server

npm run watch:css
npm run watch:js

Build for production

nohup npm run build:css > /dev/null 2>&1 &
nohup npm run build:js > /dev/null 2>&1 &

How to run project

  • Just open index.html in your browser

Pages

Page State
Home
Author (home)
Author (About)
Author (List)
Author (Follower)
Author (Following)
Tag Post list
Post single