0.1.2 • Published 5 years ago
newbweb-es6recap v0.1.2
newbweb-es6recap
Minimal Babel+ESLint repo to be used with newBweb's ECMAScript 6 recap lectures.
Installation
newbweb-es6recap is available as an npm package.
// with npm
npm install newbweb-es6recap
// with yarn
yarn add newbweb-es6recap
Usage
This repo has been created for newBweb students so they can follow along with the ECMAScript 6 recap lectures
Open /index.js
and replace
helloWorld(); // Replace this with your ECMAScript 6 test code here
with the code from the lectures.
Then, from the command line, simply run
npm start
and you'll be able to follow along with the course!
About newBweb
newBweb is an online school that teaches technology for newbies.
For more info, please visit https://www.newbweb.com!
License
This project is licensed under the terms of the MIT license.