@medly/create-app
v0.8.3
Published
An application for generating react app
Readme
🖥️ Create Web Applications
A kit to generate simple react applications.
Getting started
| Package Manager | Command |
| --------------- | ------------------------ |
| NPM | npm init @medly/app |
| Yarn | yarn create @medly/app |
| PNPM | pnpx @medly/create-app |
Follow the prompts or run command yarn create @medly/app <project-name> [options] with the below options.
Options
| Flags | Description | Choices | Default |
| ----------------------------------------- | ------------------------------ | ------------------------- | ------- |
| -V, --version | output the version number | | |
| -p, --package-manager <package-manager> | package manager | npm, yarn, pnpm | yarn |
| -s, --state-manager <state-manager> | state manager | redux, context,none | redux |
| -i, --interactive | show interactive questionnaire | | |
| -h, --help | display help for command | | |
Features
The following features are set up by this kit:
babeltotranspilethe code.jestto writeunit tests.webpacktobundlethe code.prettierto automaticallyformatthe code.eslintto catch the error.@medly-componentswith theme.reduxto store the app state.- Basic
PageLayoutwithHeader,SideNav&PageContentcomponent.
