Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.39 KB

es6-app

App built using advanced JavaScript's syntaxes and a guide to import npm modules in our front end application.

Prerequisites

Dependencies

Dev Dependencies

Installing

git clone git@github.com:BalasubramaniM/es6-app.git

And repeat

cd es6-app
npm install

Finally,

npm run watch

Getting Started

Open index.html file in your browser and see how es6(syntaxes) works smoothly.

Medium Tutorial

Step by step instructions to understand the concept behind the project available @ Use ES6 JavaScript syntax (require, import etc.) in your Front end project.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details