NextJS Boilerplate application to make it easy to start creating awesome server side rendered React applications.
- Clone the repo using
git clone https://github.com/ahmetkapusuz/next-js-boilerplate.git
yarn
ornpm install
yarn dev
ornpm run dev
to run on dev mode- Navigate to http://localhost:3000/ on your browser
yarn
yarn dev
Starts the development server: http://localhost:3000 .
yarn test
Executes all tests using Jest.
yarn build
Builds app for production (the app will be build into the .next folder).
yarn start
Starts app on production mode.
yarn storybook
yarn run cypress:open
yarn run cypress:run