Skip to content

A simple boilerplate which uses Babel CLI to compile JavaScript and Google Firebase to deploy to the web

License

Notifications You must be signed in to change notification settings

hdevilbiss/js-babel-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript, Babel, and Firebase

This project uses the Babel CLI for compiling vanilla ES6 into browser-compatible JavaScript, and Google Firebase for hosting and deployment.

Using the Project

  1. Clone the repository.
  2. Remove the .git folder: rm -rf .git
  3. Initiate a repository locally: git init
  4. On GitHub or similar, create a new repository. Copy its link.
  5. Within the local repository, add the new repository as the remote url: git remote add origin <new-repo-url>
  6. Setup the Node dependencies and setup hosting / deployment to Firebase.

Node Prerequisite

It is assumed that you have Node installed either on your machine and can use Node commands from the terminal.

For example: I have a Windows 10 computer. I used nvm on my Windows Linux Subsystem to install Node, and run all npm commands from an Ubuntu subsystem in the VSCode terminal.

Getting Started with Babel

Deployment with Firebase

About

A simple boilerplate which uses Babel CLI to compile JavaScript and Google Firebase to deploy to the web

Topics

Resources

License

Stars

Watchers

Forks