This is a React.js/Next.js based landing page created to validate our idea of binary - bard.
📱 Responsive design
🔥 Next.js for Static Site Generator
🎨 Integrate with Tailwind CSS (w/ JIT mode)
💅 PostCSS for processing Tailwind CSS and integrated to styled-jsx
🎉 Type checking TypeScript
🖱️ One click deployment with Vercel or Netlify (or manual deployment to any hosting services)
Open http://localhost:3000 with your favorite browser to see your project.
src/config/index.json
file to change the content of the landing page to match your use src/config/index.json
folder and .public/assets/images
folder and update their reference source in src/config/index.json
.tailwind.config.js
file to match the theme of your branding. Tutorial.You can see the results locally in production mode with:
yarn build
yarn start
The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.
You can create an optimised production build with:
yarn build-prod
Licensed under the MIT License, Copyright © 2024