EvgeniLeonti / unipaas-demo

Home Page:https://unipaas-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNIPaaS Platform Integration - Next.js Full E2E Example

Intro

This is a full working example of a Next.js project that implements UNIPaaS Platform Integration.

This project was based on @cwuyiqing's nextjs-starter.

The starter includes:

  • πŸš€ Next.js 13 & React 18
  • βš™οΈ Tailwind CSS 3 - A utility-first CSS framework
  • πŸ“ Styled Components - Styling React component
  • πŸ“ ESLint β€” Pluggable JavaScript linter
  • πŸ’– Prettier - Opinionated Code Formatter
  • 🐢 Husky β€” Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • πŸ—‚ Absolute import - Import folders and files using the @ prefix
  • 🀩 Vercel Serverless/Edge Functions - Serverless/Edge functions for Next.js

πŸš€ Getting started

The quickest way to get started is to use the following steps:

  1. clone this repo
  2. cd into the directory
  3. yarn install
  4. yarn dev
  5. update environment-keys.json with your UNIPaaS private keys per each environment

About

https://unipaas-demo.vercel.app

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 4.6%Language:CSS 1.5%