1.0.3 • Published 8 months ago

cra-template-project v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

cra-template-project

About The Project

This is a custom React.js template built on "create-react-app." It offers React Router, TypeScript, Ant Design, ESLint, and Stylelint for efficient project setup and development.

Built With

Project Structure

See custom templates

Getting Started

Prerequisites

Usage

  1. Make the copy of the template
npx create-react-app my-app --scripts-version rueis-react-scripts --template cra-template-project
  1. Check the format function
cd my-app
npm run lint
  1. Change the project name in package.json
  2. Add version control
    • Create a repository on GitHub
    • Initialize git
git checkout -b dev
git remote add origin https://github.com/xxxxxx/xxxx.git
git branch -M dev
git add .
git commit -m "chore: init project"
git push --set-upstream origin dev
  1. Run dev server
npm run start
  1. Building for production
npm run build

Develop

  1. Clone the repo
    git clone https://github.com/BeseyeOrg/cra-template-project.git
  2. Testing this template locally
    npx create-react-app my-app --scripts-version rueis-react-scripts --template file:../path/to/your/template/cra-template-project

Deploy

This project has been published on npm. How to publish on npm

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago