Skip to content

Latest commit

 

History

History
executable file
·
40 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
40 lines (29 loc) · 1.1 KB

Boilerplate NextJS

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

Techs we already have configured on this boilerplate

Future

  • CI/CD
  • Serverless

Getting Started

First, install all dependencies of the project:

npm install
# or
yarn

then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.