Coder Social home page Coder Social logo

steph-30's Introduction

Nextjs Boilerplate

This is a nextjs app pre setup with Typescript, Sentry, Jest, Cypress, Tailwind CSS and a few common hooks

Getting Started

NPM

git clone https://github.com/jjordy/next-boilerplate.git my-app
rm -rf .git
npm install && npm run dev

Yarn

git clone https://github.com/jjordy/next-boilerplate.git my-app
rm -rf .git
yarn && yarn run dev

Commands

Running
  npm run dev # run the dev server
  npm run build # build the production bundle
  npm start # start the production server
Linting
  npm run lint # run prettier
  npm run lint:fix # run prettier and automatically fix issues.
Unit Testing
  npm run test # run the test
  npm run test:dev # run the test in watch mode
  npm run test:ci # run the test on continuous integration
Integration / e2e Testing
  npm run cypress:open # run cypress
  npm run cypress:run  # run cypress headless (For CI)
Run all tests
  npm run test:all # run jest & cypress

Hooks

  // run something on a react safe interval
  useInterval(function:void, delay:number);

  // get the window height and width (throttled)
  const { width, height }: { width: number, height: number } = useWindowSize();

Github Action

This project includes a github action to run your tests when you check your code into master the action can be edited in .github/workflows/main.yml

Maintainers

  • Jordan Addison

steph-30's People

Contributors

jjordy avatar

Watchers

James Cloos 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.