Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pixelmatters/project-demo-msw
- Owner: Pixelmatters
- Created: 2022-05-20T14:17:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T05:55:11.000Z (about 2 years ago)
- Last Synced: 2024-12-10T19:27:35.771Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 5.93 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```