1.3.1 • Published 6 years ago
cra-template-node-mvp v1.3.1
cra-template-node-mvp
This is the React with NodeJS API template for Create React App.
To use this template, add --template node-mvp
when creating a new app.
For example:
npx create-react-app my-app --template node-mvp
# or
yarn create react-app my-app --template node-mvp
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.