https://github.com/arcblock/blocklet-zero-server
Sample Blocklet build with Zero Server
https://github.com/arcblock/blocklet-zero-server
Last synced: about 7 hours ago
JSON representation
Sample Blocklet build with Zero Server
- Host: GitHub
- URL: https://github.com/arcblock/blocklet-zero-server
- Owner: ArcBlock
- License: mit
- Created: 2020-09-08T06:53:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T07:09:35.000Z (almost 6 years ago)
- Last Synced: 2025-11-13T02:25:56.163Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blocklet + Zero = <3
This is a simple starter Blocklet, built with **Zero**.
**Zero** is a web server to simplify web development. It allows you to build your application without worrying about package management or routing. It's as simple as writing your code in a mix of **Node.js, React, HTML, MDX, Vue, Svelte, Python, and static files** and putting them all in a folder. Zero will serve them all. Zero abstracts the usual project configuration for routing, bundling, and transpiling to make it easier to get started.
Find out more [about Zero](https://zeroserver.io) or at [GitHub](https://github.com/remoteinterview/zero).
## How to use
To make changes
- edit or add pages in `www/`, in any of the supported frameworks/languages (see above).
- add NPM modules to `www/package.json` instead of the root one. Or just `require()` them in your code and Zero will auto install it.
## Get Started
You can install zero globally by:
```
npm install -g **zero**
```