https://github.com/dsathyakumar/marko-progressive-renders
https://github.com/dsathyakumar/marko-progressive-renders
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsathyakumar/marko-progressive-renders
- Owner: dsathyakumar
- License: mpl-2.0
- Created: 2024-04-05T05:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T04:50:09.000Z (over 2 years ago)
- Last Synced: 2024-04-07T05:29:26.545Z (over 2 years ago)
- Language: Marko
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Marko: Progressive Rendering Demo w/ Webpack & Express
==================================
## Getting Started
```bash
npm install
npm run dev
```
## Production Build
```bash
npm run build
npm start
```