CLI tool to quickly spawn a minimalist template for SPA react web apps π
- 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.
npm i -g react-spawn-cliTo 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 startTo 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-buildTo start storybook, run the following command
npm run storybookπ€ Aakash Raina
Contributions, issues and feature requests are welcome!
Feel free to check issues page.