elegant
v0.0.3
Published
a command line tool to build an Elegant Front End Architecture
Downloads
41
Readme
Elegant
Elegant is a command line tool to build an Elegant Front end Architecture
Cloning Boilerplates
Install Boilerplates with following commands:
React with Legacy Redux
npx elegant chota-react-reduxReact with Redux SAGA
npx elegant chota-react-sagaReact with Redux Toolkit
npx elegant chota-react-rtkAngular with NgRx
npx elegant chota-angular-ngrxVue with Pinia
npx elegant chota-vue-piniaWeb Components with Redux Saga
npx elegant chota-wc-sagaDeveloping on Boilerplates
All Boilerplates are equiped with Storybook. So to begin after cloning, you have to
cd {your-app-name}
npm install --legacy-peer-deps
npm startTo build a production build
npm run buildOnce the build is complete, copy this build dist to your web hosting.
To start working to build component with atomic design approach
npm run storybook