Creating Project
Creating a project for todo app
Creating a project for todo app
Before we can write any application code, we need to have a project to work with. We will create a new project from the scaffolding as provided by OmegaJS. Let us scaffold our project as:
Now we can use any IDE or code editor that can understand web projects or NodeJS projects. This course will preferentially use VSCode for all the developments.
Now let's run the server by using the following command:
After the server runs, a link will be given to you that is mostly localhost:5173
, but it does not matter if the IP is different.
After opening the link in your preferred browser, you should see something like this: