GithubHelp home page GithubHelp logo

johanmouchet / johan-mouchet.com Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 8.82 MB

Johan Mouchet's portfolio

Home Page: https://www.johan-mouchet.com

License: MIT License

JavaScript 0.25% HTML 0.19% TypeScript 70.35% SCSS 28.77% Shell 0.03% MDX 0.41%

johan-mouchet.com's Introduction

Website Netlify Twitter Follow

Johan Mouchet's portfolio, open sourced on GitHub.

About This Website

This website is,

  • Bootstrapped with Next.js
  • Built with React
  • Pulling data from Prismic using GraphQL and Apollo
  • Maintaining a design system with Storybook, deployed with Chromatic
  • Type-checked with TypeScript
  • Unit and snapshot tested with Vitest and React Testing Library
  • Using CSS Modules, Sass and post-processing
  • Linted with ESlint and Stylelint; formatted with Prettier; enforced by Husky and lint-staged
  • Deployed, pre-rendered, with Netlify

npm Scripts

In the project directory, you can pnpm + :

  • dev: Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
  • storybook: Runs Storybook, an open source tool for developing UI components in isolation. Open http://localhost:9009/ to view it in the browser.
  • test: Launches the Vitest test runner in the interactive watch mode.
  • type-check: Runs TypeScript, as a static type checker.
  • lint:js: Runs the ESLint linter, a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.
  • lint:css: Runs the stylelint linter, a mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
  • format: Runs ESLint and stylelint with the --fix option, as well as Prettier with the --write option to automatically fix problems.
  • analyze: Runs @next/bundle-analyzer to analyze, and debug JavaScript and Sass code bloat through source maps.
  • build: Builds the app for production to the .next folder.
  • build:storybook: Builds Storybook for production to the storybook-static folder.
  • build:all: Builds both the app and Storybook for production to the respective folders.
  • codegen: Generates TypeScript types for the Prismic GraphQL schema, requires to set a PRISMIC_CUSTOM_TYPES_API_TOKEN environment variable.

johan-mouchet.com's People

Contributors

johanmouchet avatar

Watchers

 avatar  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.