Skip to content

sameerpatil20144/React-Redux-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is project setup for frontend using React.js and Redux.js.

npm install

Installing node_modules

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Just run this command in the current directory to prepare build and copy files from build folder and paste in backend public folder if does not exists in backend then make folder name 'public':

Like In node.js

ls:(in current folder of Backend)

node_modules public routes models etc...