https://github.com/n1ghtdev/next-shop
https://github.com/n1ghtdev/next-shop
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/n1ghtdev/next-shop
- Owner: n1ghtdev
- Created: 2020-06-07T15:20:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:13:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T04:41:52.534Z (over 1 year ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Quick Start
#### Development
##### Run `npm install` in root / directory, it'll install client and server dependencies
##### Run docker-compose in root / directory
On development side client and server are just a volumes, to make HOT reloading
work without restarting docker.
```
docker-compose up --build -d
```
##### Client will be on `localhost` and server on `localhost/api`
#### Production
```
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
```