Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Tabs } from 'nextra/components';

Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well.
For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like
[Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), classes,
[Promises](http://web.dev/articles/promises/), classes,
and arrow functions, so if you aren't familiar with them you might want to read up on them first.

> Alternatively you can start from [this StackBlitz](https://stackblitz.com/edit/stackblitz-starters-znvgwr) - if you choose
Expand Down