Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactioncommerce/admin
https://github.com/reactioncommerce/admin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactioncommerce/admin
- Owner: reactioncommerce
- Created: 2021-03-08T19:25:06.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-10-14T17:59:26.000Z (over 3 years ago)
- Last Synced: 2024-08-21T09:15:12.813Z (5 months ago)
- Language: TypeScript
- Size: 1.97 MB
- Stars: 2
- Watchers: 13
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Admin
## Getting Started
Run the below commands to start the admin server :
```bash
cp .env.example .env
npm start
```## Run Docker
Production:
`docker build -t reactioncommerce/admin .`
`docker run -it -p 4080:3000 -d reactioncommerce/admin`Development
`docker build -t reactioncommerce/admin-dev -f Dockerfile.dev .`
`docker run -it -p 4080:3000 -d reactioncommerce/admin-dev`