GithubHelp home page GithubHelp logo

manyana's Introduction

NextJS SaaS Starter Template

Technologies

  • TailwindCSS
  • Jest (React testing library)
  • Husky (pre commit)
  • ESLint & Prettier
  • Typescript
  • Next Auth

Get Started

  1. Install dependencies
yarn
  1. Get dev site up and running locally
yarn dev

Testing, workflow and CI/CD

Testing is done using the Jest framework and React Testing Library

There are several scripts and pre-scripts:

# basic test script
"test": "jest --silent --runInBand --watchAll=false",
# run in watch mode to save manually restarting tests
"test:watch": "jest --runInBand --watchAll",
# single run with coverage
"test:coverage": "yarn jest --coverage ",
# use this when committing instead of git commit -m '' - it enforces solid git commit messages making it easier to see past work
"commit-cli": "git-cz"

Husky is also implemented to run linting before committing and testing before pushing

This template also includes the release process, using semantic-release. On push events to main via pull requests, the package gets triggered, generating release notes and bumping the version in package.json.

Update Log

5th April 2022

Pulled together from previous client projects.

Hours

Tue Sept 20 - 2 hours Wed Sept 21 - 2.5 hours Thurs Sept 22 - 1.5 hours Fri Sept 23 - 2 hours Sat Sept 24 - 2.5 hours

Mon Sept 26 - 2.5 hours

Tues Sept 27 - 2 hours

Wed Sept 29 - 3.5 hours

Thurs Sept 30 - 1.5 hours

Sat Oct 1 - 3.5 hours

Sun & Mon Oct 2 & 3 - 1 hour

Wed & Thurs Oct 5 & 6 - 2 hours

25.5 hours

Adding items to services

To add items to services, you will need to add them into the services1 or services2 array and have them correspond to the new locales / copies

manyana's People

Contributors

j-mcgregor avatar semantic-release-bot 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.