Skip to content

Mastering ES6 syntax | OOP | Pro JS Developer | JavaScript with Real World App Javascript Projects |

Notifications You must be signed in to change notification settings

progmamun/restaurant-app-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the JavaScript with Real World App Javascript Projects

Mastering ES6 syntax | Modules and so on..

Parcel parcel

npm init

edit script: "start": "parcel index.html",
    "build": "parcel build index.html"

npm i parcel -D | sudo npm i parcel@2 -D
npm i sass -D
npm install
npm start
  1. "parcel build index.html --dist-dir ./dist" cmd=> npm run build

polyfilling

npm i core-js regenerator-runtime

About

Mastering ES6 syntax | OOP | Pro JS Developer | JavaScript with Real World App Javascript Projects |

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published