Skip to content

ForBestClients/grandus-frontend-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grandus skeleton

This is a Next.js project bootstrapped with create-next-app.

Project setup

Styles

/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.

Running

Development

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.

Production

git submodule init;
git submodule update;
npm ci;
npm run build;

About

More reading, examples and documentation can be found on next.js website https://nextjs.org/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published