Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-csandman

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-csandman

The base template for Create React App.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

cra-template-csandman

This is the base template used by me, CSandman.

Features

This template uses a simple set of default tools to get you up and running quickly and have a consistent development environment accross a team. This template reflects the guide I wrote on getting set up with React, ESLint, and Prettier which can be read here. Here is a list of the features used by this template:

  • ESLint using the Airbnb style guide
    • One exception to this is the all lowercase filenames as specified in the Google Javascript styleguide
  • Prettier with mostly defaults other than "singleQuote" set to true
  • Absolute imports for your /src folder
  • SCSS support with node-sass

Setup

To create a new react app using this templata, run the following command:

npx create-react-app my-app-name --template csandman

Keywords

FAQs

Package last updated on 20 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc