cra-template-flavio
v1.1.2
Published
Create React App custom template
Downloads
3
Maintainers
Readme
Create React App template with Recoil
This template provides you a project with Recoil setup. Recoil is a state management library for React developed and used by Facebook.
Getting Started
Create a new React app using this template
yarn create react-app your-project-name --template flavio
or
npx create-react-app your-project-name --template flavio
Install dependencies
yarn install
Start the app
yarn start
Go to: http://localhost:3000
Thank you
I hope this template will be helpful for you 🙏