firestudio

0.14.4 • Public • Published

firestudio

A cli for creating apps using NextJS and firebase. - Uses a highly opinionated boilerpate (see /lib/templates/default).

Set Up

Step 1: Install Firestudio globally

npm i -g firestudio

Step 2: Create Firestudio App

In the console run firestudio create <your-app-name>.

This will create a Firestudio project and install all dependencies.

Step 3: Set up firebase:

You will need to configue firebase to serve the app locally and deploy.

Step 4: Update you app's next.config.js file with your firebase projectId:

withSPA = require('next-spa').withSPA
 
module.exports = withSPA({
  nextFire: {
    projectId: <projectId>
  }
})
 

Step 5: Start developing

The package.json file comes with some with all the scripts you need to get started.

  • Dev: npm run dev
  • Build: npm run build
  • Serve Build Locally: npm run serve
  • Deploy: npm run deploy

Package Sidebar

Install

npm i firestudio

Weekly Downloads

0

Version

0.14.4

License

MIT

Unpacked Size

202 kB

Total Files

106

Last publish

Collaborators

  • guessty