cli, nodejs
A tool used for React best practice
#Install
npm install fc-cli -g
# create a single page app
fcl i single my-project
# create a composite page app
fcl i composite my-project
# create component
fcl g component my-component
# create route
fcl g route my-route
Generate route and component.
[path]: default components path - src/components
default route path - src/routes
$ fcl g route product
$ fcl g component mycomponent