Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 432 Bytes

fullstack-ts-frourio-template

This repository includes minimum setup that you need for your local frourio app development.

  • mysql 8

  • docker-compose

  • Dockerfile for local mysql

  • Node.js by nvm

Required

  • nvm
  • Docker container provider (e.x. Docker for mac)

Run

# Setup local db / backend
$ docker-compose up -d

# Provision your node.js runtime
# This loads .nvmrc and uses the Node.js version
$ nvm use