1.7.0 • Published 3 years ago

crancos v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CRA a la Francos

Usage:

npx crancos [--ts] [project-name]

Bootstraps an environment analogous to create-react-app, but with Snowpack and Tailwind

Please NB the CSS file sets up all divs with display: flex;

The above command will run a script that:

  1. Runs create-snowpack-app (this is more specifically analogous to create-react-app)

  2. Installs npm packages and sets up config files necessary for Tailwind (including Xeevis' patch for getting jit working with snowpack)

  3. Installs react-icons

  4. Adds some CSS that

    1. sets all divs to use display: flex by default

    2. creates a grid-overlay class for div superimposition sans relative/absolute

  5. Replaces the default CRA page with a more minimal one (which demonstrates grid-overlay)

  6. Opens up your main App file in vscode (if it's installed)

  7. Takes under 30 seconds on my 2017 Core i7

1.7.0

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.13

3 years ago

1.3.12

3 years ago

1.3.11

3 years ago

1.3.10

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago