AgileOps
My Website
Github
Next JS - Tailwind CSS
Create a Next.js app
npx create-next-app # or yarn create next-app
Install libs
yarn add -D sass tailwindcss postcss autoprefixer
Folder structure
📁 assets
📁 styles
📝 globals.scss
📝 tailwind.css
images
📁 components
📁 common
📁 partials
📁 layouts
📝 default.js
📝 error.js
📁 pages
📝 _app.js
📝 _document.js
📝 _error.js
📝 404.js
📝 index.js
📁 public
📝 .env
📝 .env.development
📝 .env.production
📝 jsconfig.js
📝 next.config.js
📝 postcss.config.js
📝 tailwind.config.js