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