Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 563 Bytes

Labor

Getting start

Just run the following commands in your terminal to start coding

$ git clone https://github.com/shahbazhassan42000/mazdoor.git
$ cd mazdoor
$ npm install

Then run:

$ npm run dev

The last command automatically runs the API exposed on http://localhost:5000

Figma Design for the website

Link: https://www.figma.com/file/BKAyOE3BlpacjXehWKqXnc/MAZDOOR?t=YtjcGmJo77LinC9I-1

Deployment

To create a build for production you need to build your current project with the following command:

$ npm run build