Skip to content

kokitkar1/React_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps, we will cover in our Complete React JS Projects

1.Install the Recommended version of NodeJS

2.check the version of NodeJS node -v on cmd

3.Install React JS in our system using " npx create-react-app app_name "

4.Go to the main directory by typing cd app_name

5.How to run the React Project Oooo It's simple just write the npm or yarn start command

Vs Code Extension

1.VS Code JavaScript (ES6) snippets 2.ES7 React/Redux/GraphQL/React-Native snippets

import React from "react"

Autocomplete for React JSX Very Important

Open the settings Open Setting(JSON) file located on Top Right Corner Add the following Code => "emmet.includeLanguages": {"javascript": "javascriptreact"},

About

This is React Project for display Menu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published