mirror of
https://github.com/rowtype-yoga/purescript-nextjs-template.git
synced 2024-11-25 18:07:00 +03:00
not really known
9a271b9828
Going with purs 0.15.6 because of an open CI issue with 0.15.7. Therefore we need to use an older package-set. |
||
---|---|---|
app | ||
pages/api | ||
src | ||
test | ||
.eslintrc.json | ||
.gitignore | ||
jsconfig.json | ||
next.config.js | ||
package.json | ||
packages.dhall | ||
README.md | ||
spago.dhall |
purescript-nextjs-template
This is a Next.js template for Purescript.
Getting started
Create a project using this template:
npx create-next-app -e https://github.com/rowtype-yoga/purescript-nextjs-template
Build the project and run the dev server:
spago build # if you are using vscode the language server will automatically build everytime you change a file
npm run dev # start the development server
Now go to http://localhost:3030