UNPKG

budgie-react

Version:

budgie-react is a react-redux boilerplate with routing running on a webpack server. By, using budgie-react, we can create components and pages with auto redux mapping, More exciting features comming in newer releases...

63 lines (45 loc) 1.73 kB
# Budgie React Budgie React is a CLI boilerplate creator for ReactJS. ## Installation Use the package manager [npm](https://www.npmjs.com/package/budgie-react) to install foobar. ```bash $ npm i -g budgie-react ``` ## Usage ```bash $ budgieInit ``` '$budgieInit' command will initialize a boilerplate along with node_modules for the webpack based react project with redux and router. ## Included in the package > React > webpack > babelrc > React-Router-DOM > Redux > React-Redux ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## License [ISC](https://choosealicense.com/licenses/isc/) ``` ISC License Copyright (c) 2021 Yash Datir Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ``` ## In Future release 1) Menu driven package selection and installation, 2) Proper functioning boiler plate, 3) Arrangements for UI framework selection, 4) Creation of components and pages using CLI, 5) Router stability, 6) Hot reload etc...