Skip to content

brbnk/erp-ui

Repository files navigation

git clone https://github.com/brbnk/erp-ui.git --config core.autocrlf=false

Build and start container:

  • (PRD): docker-compose -f docker-compose.yml up --build -d
  • (DEV): docker-compose -f docker-compose.dev.yml up --build -d
  • localhost:3000

Install new npm packages:

  • Access container: docker exec -it $(docker ps -aqf "name=^erp-ui-dev$") sh
  • npm i <package_name>

About

👽 Learning Typescript and React/Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published