Skip to content

ajayLearnCode/Resume-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder Application

Made-With-React Made-With-NodeJS Made-With-Material_UI

  1. React for Frontend and Express as Middleware.
  2. Material UI and React-Bootstrap for styling.

Quick Start

Clone the repository and do following:

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

Note - If you wish to change the server port number from 5000 to say port 4000, then do the following small change in package.json file of the client folder.

Demo :

Click this link to see the demo.

About

Resume Builder using React JS & Material UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.1%
  • HTML 3.3%
  • CSS 0.6%