Skip to content

DEPRECIATED πŸ™…πŸ»β€β™‚οΈ Please checkout jok-cli

Notifications You must be signed in to change notification settings

jokio/jokio-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

jokio-nextjs

Build Status npm version engine: jokio

nextjs middleware for jokio

Example:

folder structure

|src
|- index.ts
|- pages
|-- index.js

src/index.ts

import { run } from 'jokio'
import { nextjs, express } from '../index';

run(
  express(),
  nextjs({ pagesDirectory: './src/' }),
)

src/pages/index.js

export default props => <div>Hello World</div>

About

DEPRECIATED πŸ™…πŸ»β€β™‚οΈ Please checkout jok-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published