Skip to content

nimbletank/nimbletank-nextjs-start

Repository files navigation

Nimbletank's Next.js Boilerplate

styled with prettier JavaScript Style Guide PRs Welcome

Maintained by Zander Martineau

Features

Tasks

  • npm run dev / yarn dev for local development
  • npm run build / yarn build to build the app for deployment
  • npm start / yarn start to run the app in production environment
  • npm test / yarn test to test everything
  • npm run test:watch / yarn test:watch to watch files for changes and rerun tests related to changed files
  • npm run storybook:run / yarn storybook:run to run storybook locally
  • npm run storybook:build / yarn storybook:build to compile storybook for static deployment

Understanding next.js

Find out more about next.js here

Need a static site?

Use nextein

Want to use Preact instead of React?

Read this

Deploy to now

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, this repo is maintained under the Semantic Versioning guidelines.

Licence

MIT