Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 515 Bytes

React MVC starter kit

Install

$ git clone https://github.com/abdelrahman-waziry/react-kit.git
$ cd ReactComponent
$ npm install

Start & watch

$ npm start

Build for production

$ npm run build

Helper commands

Create new module

$ createModule <module_name> <parent_directory>

Create new component

$ createComponent <component_name> <module_name> <parent_directory>
Note: you need to run $ source .bashrc command to enable using helper commands