Coder Social home page Coder Social logo

kevincubas / nextestboilerplate Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 98 KB

Next 13 template application using Jest and React Testing Library. Jest is set up with Rust compiler

TypeScript 29.35% JavaScript 67.62% CSS 3.02%
javascript jest nextjs13 react-testing-library rust-compiler swc tailwindcss typescript

nextestboilerplate's Introduction

Next Test Boilerplate

Boilerplate project for testing Next 13 applications using Jest and React Testing Library. It is set up using Jest with Rust Compiler for efficient testing.
This includes Next.js' built-in support for Global CSS, CSS Modules and TypeScript.

Technologies

This Boilerplate project utilizes the following technologies:

Usage

Click on the "Use this template" button, and create a new repository.
Then follow the steps bellow to clone the project you just created into your local machine. Just change the project url

Manual installation

To install and set up the Next Testing Boilerplate, follow these steps:

  1. Clone the repository:

This is the http url version - click on the "Code" green button to clone using other methods.

git clone https://github.com/kevinCubas/nextestboilerplate.git
  1. Change into the project directory:
cd nextestboilerplate
  1. Install the dependencies:
npm install

Avaliable scripts

  • Start the development server:
npm run dev
  • Build the project for production:
npm run build
  • Start the production server:
npm start
  • Lint the code:
npm run lint
  • Run tests:
npm test
  • To run tests in watch mode:
npm run test:watch

Contributing

Contributions to this Boilerplate are welcome! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them using conventional commits: type(optional scope): description
    E.g. git commit -m 'docs: correct spelling of Contributing section'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request.
    Please ensure that your code adheres to the project's coding standards.

Contributors

Kevin Cubas

nextestboilerplate's People

Contributors

kevincubas avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.