Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/mockup_dev_server
https://github.com/epoch/mockup_dev_server
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/mockup_dev_server
- Owner: epoch
- Created: 2016-05-10T08:57:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T05:47:24.000Z (over 8 years ago)
- Last Synced: 2024-10-25T01:39:07.340Z (2 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
├── build
│ ├── bundle.js
│ └── index.html
├── dist
│ ├── bundle.js
│ └── index.html
├── package.json
├── src
│ ├── index.html
│ ├── index.js
│ └── style.css
├── README.md
├── gulpfile.js
├── package.json
├── webpack.config.js
└── webpack.prod.config.js```
- src - application code you edit during development
- build - during development, webpackDevServer bundle and run code in memory.
But we can also build to disk in this folder for browser to run instead.
- dist - optimized application code browser run for production