create-brahmos-app
v0.0.5-alpha
Published
Create Brahmos apps with no build configuration.
Downloads
3
Readme
create-brahmos-app
This project is a fork of https://github.com/facebook/create-react-app
This package includes the global command for Create Brahmos App
We don't support linting and typescript as of now yet we support almost everything that create-react-app supports which you can read more about here: https://create-react-app.dev/
Usage
Install the create-brahmos-app globally
npm install -g create-brahmos-app
Scaffold a new brahmos app
create-brahmos-app my-brahmos-app
Start the app
npm start
Build the app
npm run build
Eject
npm run eject
License
create-brahmos-app is MIT Licensed