This project uses the Babel CLI for compiling vanilla ES6 into browser-compatible JavaScript, and Google Firebase for hosting and deployment.
- Clone the repository.
- Remove the .git folder:
rm -rf .git
- Initiate a repository locally:
git init
- On GitHub or similar, create a new repository. Copy its link.
- Within the local repository, add the new repository as the remote url:
git remote add origin <new-repo-url>
- Setup the Node dependencies and setup hosting / deployment to Firebase.
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.