1.0.0 • Published 4 years ago

@workflou/next-starer-template v1.0.0

Weekly downloads
1
License
BSD
Repository
-
Last release
4 years ago

Next Starter Template

This is a quick starter template for creating Next projects without create-next-app overhead. The following features are includes:

  • Jest + React Testing Library setup
  • ESLint with 4 spaces indent, double quotes and semicolons
  • Sample component with unit test

Scripts

  • npm run dev for development
  • npm run test to run tests
  • npm run build and npm run start for production

Installation guide

  1. Clone the repository
  2. Remove original repository association
    rm -rf .git
  3. Initialize new git repository