danylott / recure-frontend

Frontend for recure project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Install env variables: cp .env.local.sample .env.local
  2. Run:
cd frontend/
npm install  # we use node v16 & npm v8
npm run dev

Demo

  • Demo 1
  • Demo 2

Minimal NextJS project example:

Here is Todo App created using NextJS + DRF for easier understanding of the process:

Frontend: https://github.com/danylott/next-todo-front

Backend: https://github.com/danylott/todo-back-drf

Note

Frontend could throw some errors because of Google Chrome browser extensions (it was LastPass for me).

About

Frontend for recure project


Languages

Language:TypeScript 97.2%Language:JavaScript 2.3%Language:Dockerfile 0.5%Language:CSS 0.0%