Skip to content

sgrove/nextjs-reason-urql

Repository files navigation

NextJS Default Template

This is a NextJS based template with following setup:

  • Full Tailwind config & basic css scaffold (+ production setup w/ purge-css & cssnano)
  • Reason + ReasonReact
  • Basic Reason Bindings for Next
  • Preconfigured Dependencies: reason-react, bs-fetch, @glennsl/bs-json

Development

Run BuckleScript in dev mode:

yarn run bs:start

In another tab, run the Next dev server:

yarn run dev

Useful commands

Build CSS seperately via postcss (useful for debugging)

# Devmode
postcss styles/main.css -o test.css

# Production
NODE_ENV=production postcss styles/main.css -o test.css

Test production setup with Next

# Make sure to uncomment the `target` attribute in `now.json` first, before you run this:
yarn build
PORT=3001 yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •