mirror of
https://github.com/rowtype-yoga/purescript-nextjs-template.git
synced 2024-11-22 02:12:24 +03:00
not really known
45e50c300a
Fixes #4 |
||
---|---|---|
app | ||
pages/api | ||
src | ||
test | ||
.eslintrc.json | ||
.gitignore | ||
jsconfig.json | ||
LICENSE.md | ||
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
Install dependencies:
npm install
Build the project and run the dev server:
npm run build:spago # 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:3000.