Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyledecot/next-worker-bug


https://github.com/kyledecot/next-worker-bug

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

First, build the worker package.

Note: In this simplified example this package lives in the same repo as the NextJS application using it however in a real-world scenario this would be a package installed via npmjs.org

```
cd ./worker
npm install
npm run build
cd -
```

Next, Run the NextJS application using

```
cd ./app
npm install
npm run dev
```

Open http://localhost:3000