Bible: This is my Next.js bible project.
You can check a production running version of this project here
- NodeJs 14.x
First, you have to clone the project:
git clone https://github.com/PauloLuan/bible.gitThen, install the deps with yarn:
yarnrun the development server:
yarn devOpen http://localhost:4444 with your browser to see the result.
You can also start the storybook server:
yarn storybookOpen http://localhost:9999 to check your stories.
dev: runs your application onlocalhost:4444build: creates the production build versionstart: starts a simple server with the build production codelint: runs the linter in all components and pagestest: runs jest to test all components and pagestest:watch: runs jest in watch modetypecheck: check typescript typesgenerate: creates a component scaffold (you can also choose between styled component and chackra component)storybook: runs storybook onlocalhost:6006build-storybook: create the build version of storybook
This project uses:
Paulo Luan
![]() Paulo Luan |

