Create a Firepress App
Configure your development environment and create a Firepress Application.
Last updated
Was this helpful?
Configure your development environment and create a Firepress Application.
Last updated
Was this helpful?
Firepress Apps are written in JavaScript and requires NodeJS and NPM to be installed. Ensure you have these installed before you start!
In order to create a new Firepress App and later be able to deploy your app to Firebase you need to install a couple of command-line tools.
Run the following command from your terminal:
Run the following command and sign in:
This command connects your local machine to Firebase and grants you access to your Firebase projects.
In the terminal run the following command to create a new Firepress App:
Firepress' default template will be installed along with all dependencies.