@jman.me/create-react-app

0.6.2 • Public • Published

@jman.me/create-react-app

npm version

This is an opinionated generation library which is based on create-react-app. All data is generated on runtime to ensure that everything is up to date when you generate your project.

Decisions made:

  • Typescript
  • mobx
  • styled-components
  • tailwind.css
  • normalize.css
  • Prettier
    • printWidth: 110
  • ESLint
    • jsx-a11y/anchor-is-valid: off
    • @typescript-eslint/no-unused-vars: off
  • TSConfig
    • experimentalDecorators: true
    • baseUrl: "."
    • noImplicitReturns: true
  • react-helmet
  • Project structure
    • src/layout
    • src/pages
    • src/state
    • src/utils
    • src/styles
    • src/app.tsx
    • src/index.tsx

Usage

npx @jman.me/create-react-app [my-project]

/@jman.me/create-react-app/

    Package Sidebar

    Install

    npm i @jman.me/create-react-app

    Weekly Downloads

    1

    Version

    0.6.2

    License

    none

    Unpacked Size

    19.4 kB

    Total Files

    22

    Last publish

    Collaborators

    • jbmanning