suri66 / NextJs-Bootstrap-Boilerplate

NextJs boilerplate with bootstrap as a UI framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJs FrontEnd (NextJs)

Steps:

  • Clone the repo
  • npm i
  • npm run dev

Navigate to http://localhost:3000 to view it in the browser.

Build

Run below command to make the build

  • npm run build

Run below command to run the built app

  • npm start

Linting

Run below command to view linting issues

  • npm run lint

Run below command to fix linting issues

  • npm run lint:fix

Tests

  • npm run test

About

NextJs boilerplate with bootstrap as a UI framework


Languages

Language:JavaScript 92.2%Language:CSS 7.5%Language:Shell 0.3%