The next small thing in web development
Ramber is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
Unlike single-page apps, Ramber doesn't compromise on SEO, progressive enhancement or the initial load experience — but unlike traditional server-rendered apps, navigation is instantaneous for that app-like feel.
# For rollup npx degit hamberjs/ramber-template#rollup my-app cd my-app # For webpack npx degit hamberjs/ramber-template#webpack my-app cd my-app npm install npm run dev & open http://localhost:3000