1.0.12 • Published 1 year ago

jon1-boilerplate v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Static Badge NPM Version

Features

  • CSS Lint
  • JS Lint
  • React Lint
  • PostCSS
  • Prettier

Install

  • Install boilerplate
npx jon1-boilerplate
  • Install dependencies
npm install

Error in installation above

  • Clone
git clone https://github.com/jon1Santos-JS/jon1-boilerplate
  • Install dependencies manually
npm install postcss-flexbugs-fixes postcss-preset-env postcss-pxtorem
  • Install dev dependencies manually
npm install --save-dev sass @types/prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-prettier eslint-plugin-react-hooks prettier stylelint stylelint-config-sass-guidelines stylelint-config-standard-scss stylelint-order stylelint-prettier

NextJs Prerequisites

  • app/layout.tsx (next/app) / pages/_app.tsx (next/page)
import '../../styles/sass/index.scss';

Raw Prerequisites

  • install the sass watching extension
  • set 'sass parse config' on 'vscode json settings file'
  • push the extension up to watch your sass file

PostCSS-plugins

  • postcss-pxtorem
  • postcss-preset-env
  • postcss-flexbugs-fixes
1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago