Success! Created with-next-css-app at /home/bean/Dropbox/projects/www/bean5/com.suv123.gh.kb/next.js/with-next-css-app Inside that directory, you can run several commands:
yarn dev Starts the development server.
yarn build Builds the app for production.
yarn start Runs the built app in production mode.
We suggest that you begin by typing:
cd with-next-css-app yarn dev
This example demonstrates how to use Next.js' built-in CSS imports and CSS modules support.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-next-css with-next-css-app
yarn create next-app --example with-next-css with-next-css-app
pnpm create next-app --example with-next-css with-next-css-app
Deploy it to the cloud with Vercel (Documentation).