Skip to content

Instantly share code, notes, and snippets.

@GautamSatish
GautamSatish / .babelrc
Last active June 29, 2023 07:08
Step by step instructions to set up Webpack, Babel, ESLint, Jest and Flow for your React project.
{
"presets": ["env", "react", "flow"]
}