Skip to content

4ndre4s/nuxt-kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt kick-start

Kick-start your Nuxt.js app development!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You just need to download Docker Desktop

Installing

  1. open a terminal
cd client
npm install
npm run dev
  1. open a second terminal
docker-compose up mongo
  1. open a third terminal
cd server
npm install
npm run dev

Start coding

Customizing

  • Color Scheme: @assets/bootstrap/color-scheme.scss

License

This project is licensed under the MIT License - see the LICENSE.md file for details