andreystarkov / rearch

on the way to cleanest react architechture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nebuchadnezzar

Powerful weapon set for fighting with big projects.

ใ€ฐ๏ธ Stack

๐Ÿ‘‘ Core

๐Ÿ’… Layout / Styling

๐Ÿ”— State management / Data flow

๐Ÿšš Transport

๐ŸŽ‰ Animations

๐Ÿ”ง Utils

๐Ÿ‘ฎ Code Style

ใ€ฐ๏ธ Quick start

 $ git clone https://github.com/DaoCasino/dc-react-kit ./ProjectName
 $ cd ./ProjectName
 $ chmod +X ./*.sh
 $ npm i
 $ npm start

ใ€ฐ๏ธ Build ๐Ÿด

 $ npm run build

ใ€ฐ๏ธ Tools ๐Ÿ”จ

๐Ÿ”น Create new component:

 $ ./component.sh SomeComponent

Now you can use it from anywhere, like:

  import { SomeComponent } from 'Components'

๐Ÿ”น Create an empty screen (top-level route)

  ./screen.sh SomeScreen

About

on the way to cleanest react architechture


Languages

Language:JavaScript 89.4%Language:Shell 5.2%Language:HTML 4.5%Language:CSS 0.8%