fyi-react-app
v1.4.1
Published
fyi-react-app -------------
Downloads
16
Readme
fyi-react-app
How to install manually
- In a new folder, run
npm init
- Run
npx install-peerdeps fyi-react-app --dev
- Add the following
scripts
section topackage.json
:
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
}
- Copy the following files from the
fyi-sub-app
project:.gitignore
,config-overrides
- Copy the following folders from the
fyi-sub-app
project:src
,public
- Set the
main
export property inpackage.json
to point to your unthemed app component, e.g.src/FyiSubApp/FyiSubApp
- Run
git init
if necessary
Tasks
Create boilerplate project using degit - https://github.com/Rich-Harris/degit
How to install automatically (🚧 not built yet 🚧)
- In a new folder, run
npx degit fyi-react-app-template