/blog-nextjs

Blog with NextJS

Primary LanguageJavaScriptMIT LicenseMIT

Technologies used

Prerequisites:

To launch the application you need first install some mandatory dependencies.

At the time of writing this document we are using the following global versions:

-- Nodejs NPM
Version 10.19.0 >=6.13.4

Core

Styles

Code quality

Project structure

Scaffolding

  • components/: Logic components.
  • pages/: main project folder, business logic.
  • public/: Nextjs reserved folder, where we can host static files.
  • styles/: global and variable styles in Sass.

Work locally - frontend

Open your terminal and browser:

npm run dev and open browser: http://localhost:3000