... | ... | @@ -9,7 +9,8 @@ Our team uses [Visual Studio Code](https://code.visualstudio.com) (VSCode) as ou |
|
|
To set up the root application, we use Next.js. At first, we have to install Node.js (version 10.13 or later). After that, we use the console and direct to a new folder for our project (we could also open the folder in VSCode and use the terminal) and run the command:
|
|
|
|
|
|
```js
|
|
|
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
|
|
|
git clone https://gitlab.bht-berlin.de/s85885/blockevent.git
|
|
|
"https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
|
|
|
```
|
|
|
|
|
|
Now, an example app from Next.js is being created in this directory:
|
... | ... | |