Let's get started!
git clone https://github.com/aerian-studios/modern-js-workshop.gitcd modern-js-workshopnpm install- ...
- Profit!
To run the development server, type:
npm startYou can then open http://localhost:1234/
To build for production, type:
npm run buildThis will build a production site in dist.
To start the test runner, run npm test or install the Jest VS Code extension.
This is a tentative plan for this year's course, subject to change as we
progress. For the last year's course, switch to the 2018 branch.
- Setting up environment (incl brief intro to Jest and Parcel)
- Variables -
letandconst - Types: Number, String, Object, Array
- Functions, function expressions, arrow functions
- Callbacks -
Array.filterandArray.find - More arrays -
map,forEach async/awaitfetch- Template literals (backticks)
- Destructuring assignment
...rest/ spread
- ES6 classes
- Node modules
- ES module syntax