CLI tool to quickly spawn a minimalist template for SPA react web apps π
- Uses
Webpack
as bundler, supports bothdev
&prod
modes.Live reloading
&HMR
supported. - Uses
Tailwind
CSS framework. - Icon set from
react-icons
. - Preconfigured for
Stylus
. - Supports
.png|.jpeg|.svg
. - Integrated with
Storybook
.
npm i -g react-spawn-cli
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
To generate a production build, run the following command. Build is generated in
/dist
folder.
npm run build
To view production builds locally, run the following command
npm run serve:prod-build
To start storybook, run the following command
npm run storybook
π€ Aakash Raina
Contributions, issues and feature requests are welcome!
Feel free to check issues page.