@enginite/create-app

Create App, any app

Usage no npm install needed!

<script type="module">
  import enginiteCreateApp from 'https://cdn.skypack.dev/@enginite/create-app';
</script>

README

Enginite

Create an App, any app

Enginite helps you to create any Js based application that involves complex setup (like webpack configuration) in minutes, it creates a preconfigured app for you so that you can try the technology without learning how to configure webpack for that.

Just type these magical words in your command line and answer few questions

npm init @enginite/app

or

yarn create @enginite/app

For Beginners && For Experts

As a beginner you can try any web technology with Enginite without going deep into its setup and you can still create production quality projects.

As an expert, you can eject your project and customize it to meet your requirements or you can create your own Enginite Generators.

What are Generators ?

A Generator is a special node package that Enginite uses to create your project. Enginite's Generators are work in progress. But you can still use these awesome generators that are already compatible with Enginite:

And more are coming.

While these generators can be used with Enginite, it's true capabilities are exploited by it's own generators coming soon.

These generators can be used to create project in any language, like Elm, Elixir, Rust, Purescript etc. not just JavaScript.

Common Commands

These commands will be present in almost all the Enginite projects.

yarn start

Starts Dev server, mostly at 3000 (depends on generator).

yarn build

Builds the app for production to the build folder.

yarn eject

Ejects all the configuration so that you can customize it yourself. Eject is irreversible for now.

Your project may not contain these commands or may contain additional commands as it depends upon generator used, consider reading readme of Generator for that.

What Enginite is not?

  • An API over webpack. Enginite does not provide any kind of api over webpack, the configuration is still there, it just reveals itself when you eject your project. If you are looking for that, neutrinojs amazingly does that. Also Enginite can support any module bundler.
  • Another create-react-app. While it heavily inspires from that, Enginite takes it to another level by supporting any kind of project and much more.
  • A Metal ore like Magnetite or Haematite.

Thanks To