inf fed dev
v2.2.0
frontend dev boilerplates
# Install
$ npm install inf-fed-dev -g
# Create app
$ inf react my-app
# Start app
$ cd my-app
$ npm start
we have 3 commands: react
, react-full
, react-admin
.
create a simple react app.
inf react my-app
--no-install
-- Disable npm install after files createdcreate a full react app.
inf react-full my-full-app
--no-install
-- Disable npm install after files createdcreate a admin react app.
inf react-admin my-admin-app
--no-install
-- Disable npm install after files created