Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.28 KB

File metadata and controls

37 lines (23 loc) · 1.28 KB

Final project

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.

Setup

First time

git clone https://github.com/jadjoubran/web-starter-parcel.git
cd web-starter-parcel
npm install

Then you can run the server

npm run serve

Browse to localhost:1234

Parcel

This starter uses parcel (v2) to bundle your scripts. Refer to jadjoubran/web-starter-parcel and the official parcel documentation for more info.

Build for production

When you're ready to deploy, you can build for production with the following command:

npm run build