Skip to content

inprinte/backoffice-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

Inprinte backoffice frontend

This is the frontend part of the backoffice of the project Inprinte

Installation

To run the project, you need node js 17, you can install this using this link

Run Locally

Clone the project

https://github.com/inprinte/backoffice-frontend

Go to the project directory

cd backoffice-frontend/inprinte-app

Install dependencies

npm install

Start the server

npm start

Deployment

To deploy this project

Clone the project

https://github.com/inprinte/backoffice-frontend

Go to the project directory

cd backoffice-frontend/inprinte-app

Build the docker image

docker build --tag inprinte-backoffice-frontend .

Run the docker image specifying the port

sudo docker run -d -p 3000:3000 inprinte-backoffice-frontend

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages