I love starting new projects, so I've built this template primarily for myself. It should always include the latest (or near-latest) frameworks I use often to start new web based apps.
I'll keep building this until I have something I can always use as a template, and start development ASAP with my favorite frameworks.
Feel free to request additions!
Preview: https://template.julianwan.com
Storybook: https://storybook.julianwan.com
preview.tsx
preview.tsx
**/*.stories.tsx
files stored alongside your components in src/components
postcss.config.js
hello.tsx
api endpoint for Verceltailwind.config.js
with Pure Gray in place of default Tailwind "bluish gray"src/styes/globals.scss
yarn tailwind-config-viewer
_app.tsx
JIT
or Just In Time
mode by TailwindInter
as the main font stored in .public/Fonts/Inter.woff2
app.scss
to pre-load Inter in main build, and preview-head.html
to load Inter in Storybooknext build
node modules
storybook-static
sitemap.xml
for your pages directory (on build)robots.txt
file for scrapers (on build)VSCode
in .vscode/settings.json
Yarn
as default package managerYou can deploy the repo directly onto vercel by ingesting the repo once you fork / clone it.
Simple use the default settings.
You can also deploy the storybook build using vercel by setting the following ovverides:
./
next build && build-storybook
as your override for the build command.storybook-static
as the override for your output directory.