/exploring-nextjs

List of things you can do with the JavaScript library next.js

Primary LanguageJavaScriptMIT LicenseMIT

Exploring next.js

Exploring the possibilities of next.js for server rendered React apps.

Development

Start a local dev server powered by next.js.

$ npm run dev

Production

$ npm start