Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.37 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.37 KB

FullestStack

Description

This project is a mono-repo for FullestStack which is an open source dashboard powered by NextJs for both the frontend and the backend. React Native for iOS and Android.

Mission (Elegance in simplicity)

To create an open source dashboard from the ground-up. Quality of Experience is the ultimate mission, and that includes simplicity, elegance, quality and performance. Designed for the future, but built for today!

Features

React Native and NextJS will be sharing 90%+ of common code.

Install

  • git clone https://github.com/neekware/FullestStack
  • cd FullestStack
  • yarn install

NextJS

Start the server

  • yarn start avidtrader

React Native

Install Xcode / Simulator

  • Follow the instruction here

Install Android SDK / Simulator

  • Follow the instruction here

Start the React Native Application

  • yarn start avidtrader-mobile

Test

  • TBD

Lines of Code (auto-generated stats)

 Language             Files        Lines        Blank      Comment         Code
--------------------------------------------------------------------------------
 JSON                    36         1127            0            0         1127
 Typescript JSX          19          445           58           21          366
 TypeScript              19          553           68          138          347
 JavaScript              20          338           25           19          294
 CSS                      6          109           22            0           87
 Markdown                 5          129           49            0           80
 SQL                      1           80           15           13           52
 Toml                     1            3            0            2            1
 Sass                     3            0            0            0            0
--------------------------------------------------------------------------------
 Total                  110         2784          237          193         2354
--------------------------------------------------------------------------------