Skip to content

This is an example of a basic configuration for a professional project in React JS.

Notifications You must be signed in to change notification settings

franyerverjel/reactjs-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS - Professional base configuration

This is an example of a basic configuration for a professional project in React JS.

Requirements

  • Visual Studio Code
  • Git
  • Node JS

Installation

  • Install packages npm install.
  • To start the development server, run npm start and open the url in the browser http://localhost:8080/ to view the app.
  • To generate production files, run npm run build.

Visual Studio Code

Install the extension Prettier - Code formatter.

Add the following configuration to .vscode/settings.json file at the root of your project.

{
  "git.ignoreLimitWarning": true,
  "editor.tabSize": 2,
  "prettier.singleQuote": true,
  "prettier.jsxSingleQuote": true,
  "prettier.arrowParens": "always"
}

Credits

About

This is an example of a basic configuration for a professional project in React JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published