Skip to content

Installation

To compile with FastEdge-sdk-js you need to install it locally within your javascript project.

Terminal window
npm install --save-dev @gcoredev/fastedge-sdk-js

This will install the javascript package as well as some helpful command line tools.

The quickest way to get up and running is to use:

Terminal window
npm create fastedge-app my-first-app

This will prompt you to scaffold out a project with all dependencies pre-installed and a basic code structure to follow.