0.0.5-alpha • Published 5 years ago

create-brahmos-app v0.0.5-alpha

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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