Skip to content

A simple React base applications with required libraries

Notifications You must be signed in to change notification settings

rambabusaravanan/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo : https://rambabusaravanan.github.io/react-starter

Developer Addons

  • Copy .env.example to .env and configure your environment variables in .env file. Never commit your env files in your git, instead always place a example config in .env.example file and commit.
  • Install "Debugger for Chrome" and "ESLint" extension (recommended by react) in your VSCode. Configurations for those plugins has been added in .vscode/launch.json and .eslintrc files respectively.
  • Packages "husky", "lint-staged", "prettier" has been added, so that staged files will be auto formatted before git commit. This is configured in 'package.json'. You can achive the same via running yarn run pretty at anytime

About

A simple React base applications with required libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published