SystemJs startup point
- Visual Studio Code
- Node.js
- vscode-preview-server for live server preview
- Run
npm install
command in the main folder - Open the proyect folder in vs code or run
code .
command in the main folder. - Ctrl + shift + b to start the build task
- This will transpile the es6 files under the dist folder
- If you installed the vscode-preview-server plugin, run the preview server with Ctrl + shift + L