Skip to content

andreystarkov/rearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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