DPDK Architecture  ->  Bootstrap (v3.0.5)

Quickstart
>= v1.0.0

Below you will find an example server.js. These lines are all it takes to initialize the bootstrap and enjoy its features!

/**
 * Import the base package
 */
const NextBootstrap = require('@dpdk/bootstrap');

/**
 * Define a next config
 */
const nextConfig = {};

/**
 * Construct a new Next.JS bootstrap
 */
const bootstrap = new NextBootstrap(__dirname, process.cwd(), nextConfig);

/**
 * Initialize the bootstrap
 */
bootstrap.init();
Last modifiedFriday, April 30, 2021, 12:00:21 PM UTC
Last authorColin van Eenige
Commit ID4c7a701