Skip to content

buchanora/frontflip

Repository files navigation

Frontflip

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:

  1. frontflip-cli
  2. frontflip-ui
  3. frontflip-ui-react
  4. frontflip-scripts-react
  5. frontflip-utils

Overview

Frontflip CLI

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.

  1. ReactJS

We have plans for more boilerplate generators in the development Roadmap.

Installation

npm install -g frontflip-cli

Usage

run flip init <project name> and follow the prompt to generate the project boilerplate

Development

Local Installation Steps

  1. Clone the mono repo
Git clone git@github.com:buchanora/frontflip.git
  1. Link frontflip-scripts
cd <path/to/frontflip>/packages/frontflip-scripts
npm install
npm link
  1. Link frontflip-cli package
cd <path/to/frontflip>/packages/frontflip-cli
npm install
npm link
  1. You can now test the cli by running
flip create <projectname> -d

Repo Structure

All frontflip repos can be found in the packages directory.

About

A collection of utilities, components & conventions for developing modern frontend applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors