ansarkmemon / next-nmconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js with node-nmConfig and Reconfig

This is a demo app to show the setup of the config files. We can add the whole app config to the base.yml file and it uses the npm package node-nmconfig.

The whole setup can be done from next.config.js.

Start the App

To start the app for development -

  1. run npm install or yarn
  2. type yarn dev to spin up the local server.

Visit the route /test and view the logs in the dev inspector.

About


Languages

Language:JavaScript 92.9%Language:TypeScript 7.1%