-
Notifications
You must be signed in to change notification settings - Fork 45
BuildOASP4FnApplication
In this chapter we are going to build a serverless backend with OASP4Fn. The main objective of this tutorial is to take an initial contact with OASP4Fn and the necessary tools we gonna use in the development, so at the end of it the user will be enough confident to start developing a new project with OASP4Fn without problems.
In this section we’re going to introduce all the necessary tools we’re gonna need to start programming and a initial configuration if necessary. === Visual Studio Code Download the installer from the official page and install it. Once installed, the first thing you should do is install the extensions that will help you during the development, to do that follow this steps: . Install Settings Sync extension. . Open the command palette (Ctrl+Shift+P) and introduce the command: Sync: Download Settings. . Provide GIST ID: d976bc200f0403d8045b7e4ee39d4361. In the case that you are unable to set up the extensions using the method mentioned, you can also use the scripts provided in this repository. === Node.js Go to the node.js official page and download the version you like the most, the LTS or the Current as you wish.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).