Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

ansango/band-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Band Survey

Table of Contents

About

Full stack App with Socket IO, Node, Express & React

Getting Started

git clone

Prerequisites

  • Node / Npm
  • Yarn

Installing

yarn install | npm install

Development

server

yarn dev | npm run dev

client

# WIP

Production

server in prod

yarn start | npm start

client in prod

yarn build | npm run build