Coder Social home page Coder Social logo

blazepack's Introduction

Blazepack ⚡

Blazing fast dev server powered by sandpack

Motivation

I always wanted the super fast feedback that codesandbox provides in my local environment, so I have built a tiny wrapper around the codesandbox bundler sandpack and it runs locally 🎉

Why Blazepack?

  • It is blazing fast ⚡
  • Super tiny (24kb) 👌
  • Run projects without npm install 💃
  • React fast refresh ❤️
  • Supports React, Vue 2, Vue 3, Angular 🔨

Usage

Install it globally

npm i -g blazepack

Create your first create react app

blazepack create my-cra --template=react

The available template options are react, angular, vue2, vue3, preact and svelte. You can use the below command to create the app and also start the dev server immediately

blazepack start my-cra --template=angular

To use it in your existing create react app, angular, preact, svelte, vue cli app just run

blazepack

It will start the dev server at port 3000 and open it in browser, you can change the default port by using the port option

blazepack --port 3001

You can also run it using the npx command and not install it globally

npx blazepack

You can install a new package pretty fast using the below command. It does not create node_modules so you are gonna save a lot of space 😉

blazepack install redux

To know the version of blazepack you are running use the --version option

blazepack --version

Show your support by ⭐ the repo

License

GPL © Ameer Jhan

blazepack's People

Contributors

ameerthehacker avatar jyash97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.