create-rboil v1.7.7
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
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago