/Pratilipi_Assignment_Frontend

Frontend Solution to Pratilipi's Assignment.

Primary LanguageVue


Pratilipi Frontend

Frontend solution to Pratilipi's Assignment

✨ Features

  • Universal Routing Guard
  • Inline Validators
  • Toast Notification
  • Grid and List Layout for the Content
  • Responsive Design
  • Centralized store for state management (VueX)

Start developing locally.

Step 1: Clone the repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/Gautam-Arora24/Pratilipi_Assignment_Frontend.git

Step 2: Install Dependencies

cd into the directory

cd Pratilipi_Assignment_Frontend

In the root folder do npm install.

npm install

Step 3: Setup .env

To run the local development server you will also need to provide the .env variables

  • create a new file .env in the root
  • open .env.EXAMPLE
  • copy the contents and paste it to the .env

And you are good to go

npm run serve

Some Important Links regarding the project->