This is a Next.js project bootstrapped with create-next-app
.
/styles/*
is folder which contains all scss files. Corresponding files for pages are named by page name and added .module.scss
. Example: Product.module.scss
.
first initial installation
git submodule init;
git submodule update;
npm ci;
afterwards run project in dev mode.
npm run dev;
Open http://localhost:3000 with your browser to see the result.
git submodule init;
git submodule update;
npm ci;
npm run build;
More reading, examples and documentation can be found on next.js website https://nextjs.org/docs