adv-create-react-app

2.0.6 • Public • Published

adv-create-react-app

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit

GitHub repo size Github LOC Github Files

Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests


Advanced Create React App

Built this Advanced form of CRA with knowledge form CRA and Vite As the React Scripts or vite scripts are of production level, this package uses vite for scripts

Tech Stack

Javascript official Website nodejs official Website react official Website

Usage

To use this package run this code in terminal

npx adv-create-react-app

Now you will be asked some(2) prompts, answer them according to this guideline

  1. give your project name (follow the react naming guideline) :
? Project name: (adv-cra)
  1. Select the framework from the options
? Please select Framework: (Use arrow keys)
> React
  React + TS
  React + Tailwind
  React + TS + Tailwind
  1. Run all the commands given at the end of execution

eg.

cd .
npm install
npm run dev

Docker

The steps to use docker for the initailized project using this package

Using terminal go to the root of the project where you have the Dockerfile

Now, run these commands

  1. To build the image using the dockerfile
docker build -t adv:1.0 .
  1. Run the created docker image
docker run adv:1.0

use your preferred name for docker image

adv:1.0 -> <your_preferred_name>:<your_preferred_tag>

Package Sidebar

Install

npm i adv-create-react-app

Weekly Downloads

1

Version

2.0.6

License

ISC

Unpacked Size

299 kB

Total Files

101

Last publish

Collaborators

  • dev-ashishranjan