Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelgss/geek4geek

Front-end Ecommerce Geek4Geek :rocket:
https://github.com/rafaelgss/geek4geek

Last synced: 2 days ago
JSON representation

Front-end Ecommerce Geek4Geek :rocket:

Awesome Lists containing this project

README

        

# GEEK4GEEK

> Nuxt.js project

## Build Setup

### Install dependencies
```
npm install # Or yarn install
```

### Serve with hot reload at localhost:3000
```
npm run dev
```

### Build for production and launch server
```
npm run build
npm start
```
### Generate static project
```
npm run generate
```
## Build Setup on Docker

### Create docker image gee4geek

### dev
```
docker build -t geek4geek-dev -f docker/dev/Dockerfile .
```

### prod
```
docker build -t geek4geek -f docker/prod/Dockerfile .
```

### Run project on container

### dev
```
docker run -p 4000:5000 -v $(pwd):/usr/src/nuxt-app -t geek4geek-dev
```
### prod
```
docker run -p 4000:5000 -t geek4geek
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

See [CONTRIBUINTING.md](CONTRIBUITING.md)