1.0.0 • Published 1 year ago

create-react-skel v1.0.0

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

Getting Started

Run npx create-react-skel <project-name>

If prompted, respond with y + return.

The starter command clones this repo and installs basic React dependencies.

More Info

create-react-skel is a stripped-down version of create-react-app that includes both an empty /src/components directory and a reset.css file with the following CSS boilerplate:

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

eslintConfig will throw errors for no-unused-vars and no-console. To disable, edit in package.json or disable per line with // eslint-disable-next-line.

Next Steps

react-skel removes the remote from the cloned repository, so you'll have to run git init and git remote add origin <remote-url> to connect to your desired remote repository.

Template Repo

Alternatively, you can click here to create a new repo using this same template.

NPM Package

Find the npm package here.

Available Scripts

npm start

Still runs the app in development mode.\ Open http://localhost:3000 to view it in your browser.

The page will still reload when you make changes.\ You may still see any lint errors in the console.

To Contribute

Please don't hesitate to submit PRs or raise any issues here.

1.0.0

1 year ago

0.9.9

1 year ago

0.2.27

1 year ago

0.2.25

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.9.92

1 year ago

0.9.91

1 year ago

0.2.30

1 year ago

0.1.22

1 year ago

0.1.23

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.32

1 year ago

0.2.10

1 year ago

0.2.31

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.29

1 year ago

0.2.28

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago