@workflou/next-starer-template
v1.0.0
Published
This is a quick starter template for creating Next projects without `create-next-app` overhead. The following features are includes:
Downloads
3
Readme
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 developmentnpm run test
to run testsnpm run build
andnpm run start
for production
Installation guide
- Clone the repository
- Remove original repository association
rm -rf .git
- Initialize new git repository