blog & homepage project based on monorepo(nx)
- bbl-nextjs
bbl-remix (working in progress)
- Homepage
- Storybook
- Component, Features: https://bobeenlee.github.io/bbl-nx/ui-components/
- Pages: https://bobeenlee.github.io/bbl-nx/bbl-nextjs
- Framework: Next.js, Remix
- Deployment: Vercel
- Styling: Tailwind CSS
- Tooling: Storybook
- Build System: Nx.dev
root
βββ apps
βββββ bbl-nextjs
βββββββ src
βββββββββ apis
βββββββββ components # components with next
βββββββββ libs
βββββββββ machines # integrating machines with an api
βββββββββ pages # Pages
βββββ bbl-remix # (Working in progress)
βββββββ app
βββββββββ apis
βββββββββ components # components with remix
βββββββββ libs
βββββββββ machines # integrating machines with an api
βββββββββ routes # Routes = Pages
βββββββββ styles
βββ libs
βββββ features # all of the code for a feature and putting it in one single place (ex) authentication - login, signup, user data...)
βββββ apis #
βββββ constants #
βββββ hooks # shared hooks
βββββ images # image assets
βββββ libs # third-party libraries (ex) fetch, axios, sentry...) - facade patternμ ν΅ν ꡬν
βββββ ui-components # general small components, presentational components (atoms, molecules, organisms, templates)
βββββ utils # very small and simple functions, generally pure function (ex) uri, browser)
βββ posts # MD posts directory
βββ tools
βββββ generators # plop-tempates μ μ₯μ
βββ README.md
- node version 16.13.2
pnpm install
pnpm install --registry=https://registry.npmjs.org/
pnpm start
pnpm test:affected
- Deploy to Storybook
- github action master λΈλμΉ κΈ°μ€ github pagesλ‘ λ°°ν¬ μ§νν©λλ€.
- ui-components: https://bobeenlee.github.io/bbl-nx/ui-components/
- features: https://bobeenlee.github.io/bbl-nx/features/
- pages: https://bobeenlee.github.io/bbl-nx/bbl-nextjs/
- Deploy to Vercel
- Deploy to Netlify (Working in progress)
pnpm nx graph
pnpm ui-components:new
- defaults: Browserslistβs default browsers (> 0.5%, last 2 versions, Firefox ESR, not dead).
- git flow release start, finish 2.0.16
- git flow hotfix start, finish 2.0.16-hotfix.0
BoBeenLee π¬ π π π» π¨ π π π‘ π΅ π π€ π π¦ π π π’ |
---|