Skip to content

This is simple react setup , I'll help you to Run your React Project without create-react-app command

Notifications You must be signed in to change notification settings

RuhanRK/react-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple setup for React without create-react-app

For getting start you have to download this file or clone it.

Now you have to create two folder like this

├── dist
│   ├── index.html # React Icon, You may change if you wish.
└── src
    ├── index.js # This is the root of your app. Contains static HTML right now.

in index.html file create a div and Add a script tag ,

    <div id="app"></div>
    <script src="./bundle.js"></script>

Now you need to Run

npm install

It'll automatically Install all dependencies.

now for start sever run this command

npm start

Here is all Dependencies

About

This is simple react setup , I'll help you to Run your React Project without create-react-app command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published