1.0.2 • Published 3 years ago

cra-template-savas-labs v1.0.2

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

Savas Labs CRA Template

What is this?

This is Sava Labs' custom template for Create React App

Prerequisites

NVM

NVM (Node Version Manager) ensures end-users can easily switch between node environments locally.

Node

To use the nvm-managed version of Node, run

nvm use

Yarn

You can install either with npm:

npm install --global yarn

or Homebrew:

brew install yarn

EditorConfig Plugin

See below on why the EditorConfig plugin is necessary in your IDE. The EditorConfig website has a full list of what editors/IDEs are fully supported.

Quick Links to plugins for editors Savasians are known to use:

Starting a Project

Getting a project started is easy. Just run:

yarn create react-app name-of-app --template cra-template-savas-labs