/parcel-react-template

My template for starting a new project with React, Parcel, and Emotion

Primary LanguageJavaScript

React Parcel Template

This is just my personal boilerplate project for starting new React apps.

Stuff Being Used

  • React
  • Parcel
  • Emotion
  • Prettier
  • ESLint
  • Stylelint

Getting Started

  • cd into the directory and npm i
  • npm run dev to run development server
  • npm run build to build the project

Other Commands

  • Linting: npm run lint
  • Tests (Coming Soon): npm run test

Todo List

  • Get a working app
  • Add tests
  • Create Yeoman generator