cra-template-savas-labs
v1.0.2
Published
Savas Labs base template for Create React App.
Maintainers
Readme
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 useYarn
You can install either with npm:
npm install --global yarnor Homebrew:
brew install yarnEditorConfig 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