zero
zero copied to clipboard
Zero is a web server to simplify web development.
It would be good if we can deploy this framework to now.sh. Will make it easy for serverless deployments. I think it should be a bit like nextjs.
I have tests set up for most of basic scenarios. It would be great if someone could set up headless chrome (puppeteer maybe) and test HMR, Parcel generated builds, file...
It would be nice to work with pug files instead of HTML to get faster started with content.
Assume that I have these middlewares like this ``` var logStuff = [logOriginalUrl, logMethod] app.get('/user/:id', logStuff, function (req, res, next) { res.send('User Info') }) ``` How do I write it...
From the docs (https://github.com/remoteinterview/zero/tree/master/docs/mdx), I don't see a way to integrate [`MDXProvider`](https://mdxjs.com/advanced/components#mdxprovider) for customizing the output. Does this functionality exist yet, or how would you see this working in the...
hey, it would be awesome if we could write a scss / stylus files standalone. my proposal is to be able to write a file like this: **./mystyle.styl** ```styl html...
I was wondering how to go on about automating this. Also, this project looks really good. Do you guys have a slack or spectrum community?
Check `components/counter/simple-counter.js` file. It should output to console the css object. Works with `parcel` and does not works with `zero` ```Zero v1.0.12-alpha.3``` [zero-bug.zip](https://github.com/remoteinterview/zero/files/2956645/zero-bug.zip)
If I try to build app and for some reason it fails, the script does not end here. Should exit with some fail code ``` [1/3] Building /app [2/3] Building...