Skip to content

Instantly share code, notes, and snippets.

@stephenscaff
Last active March 17, 2020 10:32
Show Gist options
  • Save stephenscaff/cae4652ab7a88007fdb36eaedfd615ff to your computer and use it in GitHub Desktop.
Save stephenscaff/cae4652ab7a88007fdb36eaedfd615ff to your computer and use it in GitHub Desktop.
Create React Component with Parcel
mkdir component-name && cd component-name
npm init -y && git init
npm install --save react react-dom
npm install --save-dev @babel/core @babel/plugin-proposal-class-properties @babel/preset-env @babel/preset-react parcel-bundler
touch .gitignore
mkdir src
touch src/index.html
atom .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment