1
0
Fork 0
skiff-apps-main/skemail-web
2024-02-10 14:41:59 -06:00
..
__mocks__ the last repo 2024-02-10 14:41:59 -06:00
configs the last repo 2024-02-10 14:41:59 -06:00
icons the last repo 2024-02-10 14:41:59 -06:00
internals the last repo 2024-02-10 14:41:59 -06:00
public the last repo 2024-02-10 14:41:59 -06:00
src the last repo 2024-02-10 14:41:59 -06:00
tests the last repo 2024-02-10 14:41:59 -06:00
.dockerignore the last repo 2024-02-10 14:41:59 -06:00
.env.devlocal the last repo 2024-02-10 14:41:59 -06:00
.env.example the last repo 2024-02-10 14:41:59 -06:00
.eslintrc.js the last repo 2024-02-10 14:41:59 -06:00
.gitignore the last repo 2024-02-10 14:41:59 -06:00
app.html the last repo 2024-02-10 14:41:59 -06:00
app.web.html the last repo 2024-02-10 14:41:59 -06:00
babel.config.js the last repo 2024-02-10 14:41:59 -06:00
codegen.yml the last repo 2024-02-10 14:41:59 -06:00
custom.d.ts the last repo 2024-02-10 14:41:59 -06:00
index.d.ts the last repo 2024-02-10 14:41:59 -06:00
jest.config.js the last repo 2024-02-10 14:41:59 -06:00
LICENSE the last repo 2024-02-10 14:41:59 -06:00
lighthouserc.js the last repo 2024-02-10 14:41:59 -06:00
package.json the last repo 2024-02-10 14:41:59 -06:00
README.md the last repo 2024-02-10 14:41:59 -06:00
setupTests.ts the last repo 2024-02-10 14:41:59 -06:00
tsconfig.json the last repo 2024-02-10 14:41:59 -06:00
tsconfig.test.json the last repo 2024-02-10 14:41:59 -06:00

Skiff Mail Web App

Introduction

The Skiff Mail frontend uses the Next.js framework, which build on top of React and adds features like file-based routing, a built-in API, server-side rendering, and many others.

Dev Setup

To run locally, you will need to install Yarn and set Yarn version 3.0+.

git clone https://github.com/skiff-org/skiff-apps.git
cd skiff-apps/
yarn set version berry

Then, proceed to installing the dependencies, building libraries, and running the app.

yarn
yarn build:lib
yarn dev

Navigate to http://localhost:4200/mail/inbox to test out the app. It currently uses mock data - we may add API access in the future.