A NextJS boilerplate with RTL, TailwindCSS, TypeScript, ESLint and NextJS :sunglasses:
To install all dependencies, you can use NPM as package manager.
To run the project as development mode use npm run dev
. To run as production mode, you should build the project first with the command npm run build
and npm run start
to run it.
npm run test
to run all tests and npm run test:dev
to run all test as development mode, watching for changes.
This project is licensed under the MIT License - see the LICENSE.md file for details