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.
Install dependencies:
npm install
Start the dev server:
npm run dev
To deploy, run the following commands:
npm run build
npm start