Stylesblitz is a one-stop shop for all beauty, makeup and fashion enthusiast. We provide a robust platform that connects customers and providers while still retain the flexibility of social interaction.
- Node
- React
- Javascript
- webpack
- Storybook
- Next.js
We currently use storybook to build component centric application. To build a component create a folder in the component directory and add that component to index.stories.js in the storybook directory. You might want to go through nextjs documentation to understand routing
- npm install
- npm run storybook
- to start app run
npm run dev
- Update readme lol