Skip to content

vaa-rosmalen/cra-template-vaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-vaa

This is the VAA TypeScript template for Create React App.

Notice

create-react-app is no longer a global package. To ensure that npx or yarn always uses the latest create-react-app version, run: npm uninstall -g create-react-app

You might have to change "jsx": "react-jsx" to "jsx": "react" manually in tsconfig.json if you're having issues.

Usage

To use this template, add --template vaa when creating a new app.

For example:

npx create-react-app my-app --template vaa

# or

yarn create react-app my-app --template vaa

For more information, please refer to:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.
  • Ant Design components - For components you can immediately use. This project is set up with Ant Design preconfigured.