@enginite/create-app
v1.2.15
Published
Create App, any app
Downloads
30
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
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:
- react-scripts, that's right the same is also used by create-react-app.
- cycle-scripts used by create-cycle-app.
- react-scripts-ts for TypeScript + React
- react-scripts-kotlin for using React with Kotlin
- react-scripts-parcel Create React app with parcel
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.