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                    28          933            0            0          933
 TypeScript              15          545           67          138          340
 JavaScript              17          296           23           19          254
 Typescript JSX          10          211           28            8          175
 CSS                      3          109           22            0           87
 Markdown                 3          115           43            0           72
 SQL                      1           80           15           13           52
 Sass                     3            2            0            0            2
 Toml                     1            3            0            2            1
--------------------------------------------------------------------------------
 Total                   81         2294          198          180         1916
--------------------------------------------------------------------------------