1.0.1 ⢠Published 5 years ago
react-spawn-cli v1.0.1
CLI tool to quickly spawn a minimalist template for SPA react web apps š
ā”ļø Features
- Uses
Webpackas bundler, supports bothdev&prodmodes.Live reloading&HMRsupported. - Uses
TailwindCSS framework. - Icon set from
react-icons. - Preconfigured for
Stylus. - Supports
.png|.jpeg|.svg. - Integrated with
Storybook.
āļø Installation
npm i -g react-spawn-cliš» Usage
To create your React app, run the following command
spawn-react-app [app-name]Run the following command to have a development build & start developement server
npm run startš Production Builds
To generate a production build, run the following command. Build is generated in
/distfolder.
npm run buildTo view production builds locally, run the following command
npm run serve:prod-buildUse storybook
To start storybook, run the following command
npm run storybookAuthor
š¤ Aakash Raina
š¤ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.