cra-template-gitlanding
v0.0.11
Published
The base TypeScript template for Create React App with gitlanding.
Downloads
3
Maintainers
Readme
cra-template-gitlanding
This is the official gitlanding template for Create React App.
To use this template, add --template gitlanding
when creating a new app.
For example:
npx create-react-app my-app --template gitlanding
# or
yarn create react-app my-app --template gitlanding
For more information, please refer to:
- Getting Started – How to create a new gitlanding app.
- Fill up your page – How to develop pages with gitlanding.