Skip to content

suranartnc/nextweb

Repository files navigation

NextWeb.js

An opinionated framework for universal server-rendered React applications (Built on top of Next.js).

  • Documentation – How to develop web apps bootstrapped with NextWeb.js.

Quick Start

How to use

Setup

Install dependencies:

npm install

Development

Start the dev server:

npm run dev

Production Deployment

To deploy, run the following commands:

npm run build
npm start