/mustread

📚 mustread.tech – open-source and crowd-sourced book listing.

Primary LanguageVueMIT LicenseMIT

Build Status

📚 mustread.tech

Open-source and crowd-sourced book listing.

Running the app locally

# install yarn
npm install --global yarn

# install client app dependencies
yarn

# run client app
yarn run dev

# go to server app
cd express

# install server app dependencies 
yarn

# run server app
yarn run dev

Voila! The app is available at locahost:8100.