- Class;
- Array operations;
- Arrow functions;
- Template Literals;
- let/const;
- Object Short Syntax;
- Webpack;
- Async/await;
- Import/export;
- Axios;
This project requires Node.js and Yarn.
Install the dependencies and devDependencies and start the server.
$ cd project
$ yarn install
$ yarn dev