Darckfast / sanic-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJs Template with typescript

This template include:

  • nextjs
  • typescript 4
  • eslint
  • styled-components
  • Python Sanic backend

Running

yarn # install deps
yarn dev # run front-end
sudo apt install pipenv
pipenv install

May be necessary to change the interpreter in vscode to the one create by pipenv

pipenv shell
sanic src.api.server.app --debug

About

License:MIT License


Languages

Language:TypeScript 67.3%Language:Python 17.9%Language:JavaScript 14.9%