Skip to content

This is a CRUD = {Create, Read, Update, Delete} Application created with use of es7 Javascript, Babel and Webpack.

Notifications You must be signed in to change notification settings

rehaankhan1/Notes_App_Javascript-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a CRUD = {Create, Read, Update, Delete} Application created with use of es7 Javascript, Babel and Webpack.

Live Demo

https://rehaan-notes-app.netlify.com

1234

Youtube Video

Watch the video

Installation

This command will install all the npm_modules.

npm install

Running In Local Machine

npm run dev-server

Libraries Used

{
  "name": "boilerplate",
  "version": "1.0.0",
  "description": "",
  "main": "input.js",
  "scripts": {
    "dev-server": "webpack-dev-server --mode development",
    "build": "webpack --mode production"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "live-server": "^1.2.1",
    "moment": "^2.22.2",
    "uuid": "^3.2.1",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6",
    "webpack-dev-server": "^3.8.0"
  }
}

Important

-> If you perform any changes in the src/ directory, make sure to run

npm run build

This will generate two bundle.js[index.js & edit.js] file in public/scripts .

Contributing

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.

License

MIT

Releases

No releases published

Packages

No packages published