Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/nuxt-express-postgres-starter
A full-stack starter project with Nuxt, Express and Postgres
https://github.com/hugodf/nuxt-express-postgres-starter
docker docker-compose express-js node-fullstack nuxt nuxt-template postgresql
Last synced: 3 months ago
JSON representation
A full-stack starter project with Nuxt, Express and Postgres
- Host: GitHub
- URL: https://github.com/hugodf/nuxt-express-postgres-starter
- Owner: HugoDF
- Created: 2019-02-23T22:05:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T12:02:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T12:11:28.566Z (4 months ago)
- Topics: docker, docker-compose, express-js, node-fullstack, nuxt, nuxt-template, postgresql
- Language: Vue
- Size: 177 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-express-postgres-starter
> A full-stack starter project with Nuxt, Express and Postgres
## Build Setup
``` bash
# install dependencies
$ npm 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
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).