Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 481 Bytes

EtsyApp

# install packages
npm install

# Start development server (client and server)
yarn dev (or npm run dev)

# MongoDB

# Delete all DBs
mongo --quiet --eval 'db.getMongo().getDBNames().forEach(function(i){db.getSiblingDB(i).dropDatabase()})'

The foundation for the underlying stack (e.g., webpack config, initial package.json, etc.) is a fork of: https://github.com/crsandeep/simple-react-full-stack All other packages can be found in https://www.npmjs.com/