/next-starter

Next.js starter project with Bulma, SASS, ESLint

Primary LanguageJavaScriptMIT LicenseMIT

Next.js Starter

Minimalistic starter project with Bulma, SASS, and ESLint configured to get you up and running quickly.

Getting Started

Prerequisites

First clone the repo with

git clone https://github.com/techno246/next-starter.git [foldername]

Installing

Install all dependencies with

npm install

Running

You can run the development server with

npm run dev

Build

To build the project, use

npm run build

You can then export it as a static app with

npm run export

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details