Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.87 KB

README.md

File metadata and controls

76 lines (55 loc) · 1.87 KB

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