0.1.1 • Published 5 years ago
aexol-design-system v0.1.1
Galactica design system
Running sandbox
npm run startCreating new Component
Install plop CLI
npm i -g plopCreate component
plop componentplop will create 3 files:
./src/components/ComponentName.tsx
./src/components/styles/ComponentName.tsx
./docs/components/ComponentName.mdx
Commiting changes to the repository
Install git cz
npm install -g commitizenNow add changes you made to project branch
git add .and commit them with commitizen
git czProvide name and short description at least or commit won't be accepted. Then you can push the changes
Building production build
In case you don't have grunt installed
npm i -g grunt-clithen
npm run build