Skip to content

Beginner's reference repository to use babel transpiler.

License

Notifications You must be signed in to change notification settings

gauravyadav673/babelTut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babelTut

Beginner's reference repository to use babel transpiler.

Prerequisites :

Node must pe installed on your pc .You can download node js from here : https://nodejs.org/en/download/

NPM ( node package manager ) must be installed .

Procedure :

You can initiate your project using command prompt in root folder by command :

npm init

It will ask some basic questions and your package.json file will be created .

Babel :

Babel is a javascript Transpiler .

Transpiler :

Transpilers are source to source compilers .These are source to source compiler in one programming language, and produce the equivalent code in another language .

About

Beginner's reference repository to use babel transpiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published