An open API service indexing awesome lists of open source software.

https://github.com/nlagdhir/javascript-final-project

Final project Javascript
https://github.com/nlagdhir/javascript-final-project

Last synced: 8 months ago
JSON representation

Final project Javascript

Awesome Lists containing this project

README

          

# Final project

This is the final project for [learnjavascript.online](https://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**

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

**Then you can run the server**

```bash
npm run serve
```

Browse to [localhost:1234](http://localhost:1234)

## Parcel

This starter uses parcel (v2) to bundle your scripts. Refer to [jadjoubran/web-starter-parcel](https://github.com/jadjoubran/web-starter-parcel/) and the official [parcel documentation](https://parceljs.org/) for more info.

## Build for production

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

```bash
npm run build
```