8000 GitHub - firelayer/firelayer: Firelayer - Jump-start your Firebase Web Project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

firelayer/firelayer

Repository files navigation

Firelayer

Jump-start your Firebase Web Project


Build Status on Github Version License

Firelayer is a boilerplate toolkit for Firebase web projects. It allows you to jump-start your Firebase web projects with templates for common use cases so you don't have to start from scratch.

Documentation

Documentation Website

Table of contents

Getting Started

Install firelayer globally:

npm i -g @firelayer/cli

And initialize a new project:

firelayer init new-project

Once it's installed, you can cd new-project and npm run dev or yarn dev and it will run the development servers on your local machine.

Start with other templates

Community

Development

Firelayer is organized as a monorepo using Lerna and yarn workspaces. Useful scripts include:

yarn bootstrap

Installs package dependencies and links packages together - using lerna and yarn workspaces

yarn build

Cleans the previous builds and starts building on all sub packages - using lerna run build

yarn dev

Starts the dev mode on all sub packages - using lerna run dev

License

Firelayer is open-sourced software licensed under the MIT license.

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0