Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 844 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 844 Bytes

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