DEV Community

Discussion on: 9 Steps to Get 100 Stars on GitHub

Collapse
 
sarsamurmu profile image
Sarsa Murmu

All things said in the article are really helpful, especially the community and newsletter links. Thanks for the article. I did the same and got more than 30 stars.

By the way, here's my project

GitHub logo sarsamurmu / reboost

A super fast dev server for rapid web development

Reboost

Reboost is a super fast dev server for rapid web development.

CircleCI npm maintained with lerna license

Experimental

Reboost is in early development, and some things may change/break before we hit version 1.0

NOTE

Reboost is intended to use only on development, for production you've to bundle up your files by yourself using bundlers like Webpack, Rollup, etc

What it does

When developing a web app, as your number of modules increases your compile-time slows down, it's a big problem, it takes a lot of precious time which you could have used to develop your app. Since ES2015 (aka ES6) modules are supported natively by browsers. If you can connect (or you can say serve) them up correctly, it will work on browsers without the need for bundling. Here, Reboost does that for you - the serving part. So you can develop your app faster.

Features

  • No bundling. So the server start time is fast