Skip to content
ChrisvanHvA edited this page Mar 18, 2022 · 1 revision

Creating the application

To start off, i created a repository, this very one you're in right now! i then added a few files like a license and a gitignore.

To get fully started, i got the Ubuntu terminal in Visual Studio Code from there on, i started installing NodeJS and NPM.

npm init

It was also important to add certain elements like my .env in the gitignore to make sure they didnt get pushed.

introduction

development

applications

Clone this wiki locally