0.3.2 • Published 4 years ago
cra-template-ewzfip v0.3.2
ewzfip cra template
This is a copy of the official base template for Create React App.
The purpose is to get a consolidated start point for every React project.
I prefer yarn over npm. Just simple as that. Therefore npm commands are substituted with yarn.
What you get so far
- basic code style enforcement with prettier & eslint
- basic template structure including IT-Team Logo :wink:
Roadmap
status | task | priority | notes | |
---|---|---|---|---|
:white_check_mark: | linter & prettier | |||
:white_check_mark: | project scaffolding | 1 | including container vs components vs controller | |
:white_check_mark: | Version | display app version defined by package.json | ||
:white_check_mark: | MockApi | |||
:white_large_square: | Data & UI separation | |||
:white_large_square: | Testing | |||
:white_large_square: | Git Hooks | |||
:white_large_square: | Authentication | |||
:white_large_square: | Authorization | |||
:white_large_square: | routes | |||
:white_large_square: | Typescript | |||
:white_large_square: | Scoped Package | for releasing different templates es. Graphql mock api |
Scripts
npx create-react-app <name> --template ewzfip
yarn create react-app <name> --template ewzfip
test it
yarn create react-app <name> --template file:...path to root
further
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.
- inspired by the Medium Post ...
- ... and the official guide