Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixelmatters/project-demo-msw

How to develop an offline Front-End app with mock data
https://github.com/pixelmatters/project-demo-msw

Last synced: about 1 month ago
JSON representation

How to develop an offline Front-End app with mock data

Awesome Lists containing this project

README

        

# Project Demo MSW

Demo project for the [How to develop an offline Front-End app with mock data](https://blog.pixelmatters.com/blog/how-to-develop-an-offline-front-end-app-with-mock-data) blog post.

## Run Locally

Clone the project

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

Go to the project directory

```bash
cd project-demo-msw
```

Install dependencies

```bash
npm install
```

Start the development server

```bash
npm run dev
```