cra-template-ssj
v0.1.1
Published
A `create-react-app` template a là `ssj`
Readme
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
eslintand some pluginshuskylint-stagedprettierreact-routerstyled-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-ssjVoilà, your project will be initialized using this template.
