Skip to content

Pixelmatters/project-demo-msw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Demo MSW

Demo project for the How to develop an offline Front-End app with mock data blog post.

Run Locally

Clone the project

  git clone https://github.com/Pixelmatters/project-demo-msw

Go to the project directory

  cd project-demo-msw

Install dependencies

  npm install

Start the development server

  npm run dev