mmuminovic / nuxt-express-app

Nuxt 2, Vue 2, Node.js, Express.js, PostgreSQL, Sequelize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt.js Project

This is a simple guide on how to set up and run a Nuxt.js project, both manually and using Docker.

How to run project

(if you don't have yarn, then first run npm i -g yarn)

yarn

yarn dev

How to run project using Docker

docker build -t nuxt-app .

docker run -p 3000:3000 nuxt-app

About

Nuxt 2, Vue 2, Node.js, Express.js, PostgreSQL, Sequelize


Languages

Language:JavaScript 46.1%Language:Vue 43.2%Language:Dockerfile 10.8%