This is a fictitious advertising promotion application for a fictitious company's website.
It has been revived with Parcel v1.
Demo Here ! -> https://surviveburger.netlify.app/
We can start the sound by clicking once on the screen or by moving the mouse. unaware of users ... :)
my-app/
├─ dist/
│ ├─ data.json
├─ node_modules/
├─ src/
│ ├─ assets/
│ │ ├─ img/
│ │ ├─ music/
│ │ ├─ css/
│ ├─ data.json
│ ├─ index.html
│ ├─ app.js
├─ .gitignore
├─ package.json
-- Because so easy and zero configuration.
github clone and github download zip
npm install
or manual
npm i jquery --save-dev
npm i jquery-ui-dist --save-dev
npm i parcel-bundler --save-dev
npm i -D @babel/core @babel/plugin-transform-runtime @babel/runtime-corejs2 --save-dev
// and running
for deploymnet -> npm run build
for development -> npm start
Because parcel gain time to you
The data.json file must be in dist or it will not be served. And if you want to add or remove, change both data.json files in the same jeneric.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.