Installation
To compile with FastEdge-sdk-js you need to install it locally within your javascript project.
npm install --save-dev @gcoredev/fastedge-sdk-jsThis will install the javascript package as well as some helpful command line tools.
Quick start
Section titled “Quick start”The quickest way to get up and running is to use:
npm create fastedge-app my-first-appThis will prompt you to scaffold out a project with all dependencies pre-installed and a basic code structure to follow.