Skip to content

ranjithrb/react-js

Repository files navigation

React Base folder structure

This structure is built on top of Create React App.

Preferred prerequisites

  • Node (>= 12.16.0)
  • VS Code (>= v1.41.1)

VS Code Configurations

Extensions

Modifications required in settings.json

{
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint": true
	},
	"editor.formatOnPaste": true,
	"[javascript]": {
		"editor.formatOnSave": false
	},
	"editor.formatOnSave": true,
	"editor.autoIndent": "full",
	"editor.detectIndentation": false,
	"editor.tabSize": 4,
	"files.trimTrailingWhitespace": true,
}

Please follow the below steps to start the app.

  1. npm install
  2. npm start

Note:

  1. Please refer CRA_README.md for CRA related commands.
  2. Use either npm or yarn and not both. Here npm is the preferred one.

About

This repo contains the base structure to start a project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published