Skip to content

CLI tool to quickly spawn a minimalist template for SPA react web apps πŸš€

License

Notifications You must be signed in to change notification settings

AakashRaina/React-Spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Spawn β™š

Version Maintenance

CLI tool to quickly spawn a minimalist template for SPA react web apps πŸš€

⚑️ Features

  • Uses Webpack as bundler, supports both dev & 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.

βš™οΈ 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 /dist folder.

npm run build

To view production builds locally, run the following command

npm run serve:prod-build

Use storybook

To start storybook, run the following command

npm run storybook

Author

πŸ‘€ Aakash Raina

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.