:::info Prerequisites
:::
Clone Starter Template
git clone https://github.com/omkarcloud/om-startup-framework-starter my-om-project
cd my-om-project
Then change into frontend/ directory and install dependencies.
cd frontend/
npm install --legacy-peer-deps
Then change into blog/ directory and install dependencies.
cd blog/
npm install
Then change into backend/ directory, install dependencies, migrate database and seed with data.
cd backend/
python -m pip install -r requirements.txt
npm run db:delete-and-seed
Start the frontend server
cd frontend/
npm run dev
In a seperate terminal start the backend server
cd backend/
npm run dev
Now, visit to see the home page with a nav bar linking to various pages of application. Explore the pages by clicking on navigation links to get a big picture of feautres of your application.
Most of your time will be spent writing frontend and backend code. Occasionally, you will need to run the blog server to preview the articles you write. Run following Command to spin up the blog server
cd blog/
npm run dev
Now visit to see the blog home page.
For more information read Om StartUp Framework Documentation at https://www.omkar.cloud/om-startup-framework/
๐ Made in Bharat ๐ฎ๐ณ. Vande Mataram ๐