1.0.1 • Published 3 years ago
cra-template-deveron-bs-web v1.0.1
Create React App template for Deveron Branch Solutions
This is CRA (create-react-app
) template for initializing deveron branch solutions web applications.
To use this template add --tempalte cra-template-deveron-bs-web
.
For Example
npx create-react-app new-app --template cra-template-deveron-bs-web
#or
yarn create react-app my-app --template cra-template-deveron-bs-web
Dependencies Included
Application Setup
The src
directory contians all the main folders for the application, and its broken down to:
components
: Contians all the resuable components for the applciation.pages
: Here resides the actual screens / pages for the application.features
: Contains Redux Tool kit slices.tests
: Contains all the test for the application.assets
: COntains all the images, fonts, etc,. needed in the application.