This repo and all it sub-packages are undergoing active development. As a result APIs are likely to change without any prior notification.
Frontflip is a collection of CLI utilities, UI components & architectural conventions for developing modern frontend applications with React.
This serves as a mono repo for the following packages:
Frontlip framework is made up of several inter-dependent repos as well as several standlone ones. The easiest way to get started with Frontflip is using the CLI. If you are starting a new project you can use the Frontflip-cli to configure and generate custom boilerplates for your project, modules, pages, components and many more. Frontflip can develop project boilerplates for the following frameworks/libraries.
- ReactJS
We have plans for more boilerplate generators in the development Roadmap.
npm install -g frontflip-cli
run flip init <project name> and follow the prompt to generate the project boilerplate
- Clone the mono repo
Git clone git@github.com:buchanora/frontflip.git- Link frontflip-scripts
cd <path/to/frontflip>/packages/frontflip-scripts
npm install
npm link- Link frontflip-cli package
cd <path/to/frontflip>/packages/frontflip-cli
npm install
npm link- You can now test the cli by running
flip create <projectname> -dAll frontflip repos can be found in the packages directory.