1.7.7 • Published 5 years ago

create-rboil v1.7.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

This is just a very simple React cli which generates a basic boilerplate react app. Sass is included by default.

If you are looking for a sophisticated React CLI please try create-react-app npm package.

CREATE RBOIL

Getting Started

TLDR : use the project like create-react-app and it will output a simpler thing.

Run this command if you only use npm: (Note : Currently the package will default to the yarn package manager if you have it install)

npx create-rboil <your-foldername>

If you have yarn please run:

yarn create rboil <your-foldername>

This will create follow file structure:

<your-foldername>/
  node_modules/
  package.json
  public/
    template.html
  src/
    App.jsx
    App.test.jsx
    index.js

Issues & feature requests

If you have any issues, please do submit an issue with the appropiate error messages and code you tried to executed and I will try to fix said bug.

If there is a feature you would like the cli to include, please make an issue on the github repository.

Note :

  • I will try my best to complete the issues but I may not have the time to complete them right away.
  • Please do not try to contribute to the project just yet.

Basic Commands

To create a basic development server use:

yarn start

To build and minify your app use:

yarn build

To test with using Jest and testing-library/react, use:

yarn test
1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.41

5 years ago

1.7.42

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.9

5 years ago

1.6.8

5 years ago

1.6.7

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.9

5 years ago

1.4.8

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.7

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.99

5 years ago

1.3.98

5 years ago

1.3.97

5 years ago

1.3.96

5 years ago

1.3.95

5 years ago

1.2.94

5 years ago

1.3.93

5 years ago

1.3.91

5 years ago

1.3.92

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.9

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago