https://github.com/yusufshakeel/babel-project
This is a sample Babel project.
https://github.com/yusufshakeel/babel-project
babel babel-preset grunt grunt-task
Last synced: about 1 month ago
JSON representation
This is a sample Babel project.
- Host: GitHub
- URL: https://github.com/yusufshakeel/babel-project
- Owner: yusufshakeel
- License: mit
- Created: 2018-06-15T18:13:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T18:20:53.000Z (about 8 years ago)
- Last Synced: 2025-10-11T07:32:14.638Z (8 months ago)
- Topics: babel, babel-preset, grunt, grunt-task
- Language: JavaScript
- Homepage: https://dyclassroom.com/babel/babel-getting-started
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel-project
This is a sample Babel project.
# How to use this project?
1. Clone this project using `$ git clone https://github.com/yusufshakeel/babel-project.git`
2. Run `$ npm init` to get the dependencies.
3. Run `$ grunt` to compile JavaScript code and get the output in the `dist` directory.
### License
MIT License Copyright (c) 2018 Yusuf Shakeel.