This is the final project for learnjavascript.online .
Feel free to remix the project. You can use it for your job interview, to start your own project. You can add features, remove features. The only restriction is hosting the original project with the instructions that were provided on Learn JavaScript. In other words, you are not allowed to make educational material out of this project.
Important: If you'd like to host this project online, please make sure to replace the Base URL of the Firebase API with your own. For that, you need to create a free Firebase account, a new app, and then click on Firestore database.
First time
git clone https://github.com/jadjoubran/web-starter-parcel.git
cd web-starter-parcel
npm installThen you can run the server
npm run serveBrowse to localhost:1234
This starter uses parcel (v2) to bundle your scripts. Refer to jadjoubran/web-starter-parcel and the official parcel documentation for more info.
When you're ready to deploy, you can build for production with the following command:
npm run build