2.0.6 • Published 5 months ago

adv-create-react-app v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

adv-create-react-app

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

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>

2.0.6

5 months ago

2.0.5

5 months ago

2.0.4

5 months ago

2.0.3

5 months ago

2.0.2

5 months ago

2.0.0

5 months ago