@formation.tech/cra-template-basic
v1.0.0
Published
The basic template used during formation.tech trainings
Maintainers
Readme
@formation.tech/cra-template-basic
The basic Create React App template used during formation.tech trainings
Usage
Using npm
npx create-react-app [your-project-path] --use-npm --template @formation.tech/cra-template-basicUsing Yarn
yarn create react-app [your-project-path] --template @formation.tech/cra-template-basic