Skip to content

Shaju06/Theme-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme-Management

FullStack Mern Web site

Installation

  • git clone <this_url> && cd Theme-Management
  • install npm on client and server
  • cd client
  • npm install
  • cd ../server
  • npm install
  • Configure Server
  • Create .env file in server
  • Update .env file with MONGODBSTRING, DBNAME, COLLECTION with respective values
  • Configure Client
  • Create .env file in client
  • Update .env file with REACT_APP_API_URL=http://localhost:5000
  • Running the application in development mode
  • Development Mode (Client only): cd client then npm run start then open http://localhost:3000 in a browser
  • Development Mode (Server only): cd server then npm run start then open http://localhost:5000 in a browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published