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.git
Then, install the deps with yarn:
yarn
run the development server:
yarn dev
Open http://localhost:4444 with your browser to see the result.
You can also start the storybook server:
yarn storybook
Open http://localhost:9999 to check your stories.
dev
: runs your application onlocalhost:4444
build
: 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:6006
build-storybook
: create the build version of storybook
This project uses:
Paulo Luan
Paulo Luan |