Nextstory is a scaffolding and starter template for Next JS projects using React, Tailwind and Storybook. This was created as a supporting repository to the article on gnotes.
git clone https://github.com/grayoj/nextstory
.yarn
to install all dependencies.yarn dev
to serve the app on http://localhost:3000
.yarn storybook
to start Storybook.Click here to find out how the application scaffolding was generated step by step here.
This is a public archive as of the 20th of January 2023. Suggestions could be made however by opening up an issue.