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
- Host: GitHub
- URL: https://github.com/nlagdhir/javascript-final-project
- Owner: nlagdhir
- License: mit
- Created: 2022-05-18T10:13:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T10:16:24.000Z (about 4 years ago)
- Last Synced: 2025-06-07T08:04:12.562Z (about 1 year ago)
- Language: CSS
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```