-
clone this repo
git clone https://github.com/joe-shajan/bookstore.git
-
cd into bookstore
cd bookstore
-
Add
.env
file toapps/api
. -
install packages
yarn
-
start app (this will start both nextjs and express app).
yarn dev
-
build project
yarn build
web
: a frontend Next.js appweb
: a frontend Next.js appapi
: an express serverui
: a stub React component library shared by bothweb
anddocs
applicationseslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo