0.1.1 • Published 3 years ago

cra-template-ssj v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

ssj React Project Template Guide

Summary

This React project template features a few key package integrations/settings I've found I need in every React project. These are

  • absolute import paths
  • eslint and some plugins
  • husky
  • lint-staged
  • prettier
  • react-router
  • styled-components

Usage

This template follows the standard create-react-app template guide as described here.

Run this in your terminal

npx create-react-app MY-PROJECT-NAME --template cra-template-ssj

Voilà, your project will be initialized using this template.