Skip to content

bibidentuhanoi/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Portfolio

React js and Node js were used to develop this app.

Installation & Set Up :

You need Node Js and npm to run this app

To run the app, you can use this command :

Access the project directory :

cd MyPortfolio

Install dependencies :

npm install

or use yarn :

yarn

Runs the app in development mode :

npm start

or :

yarn start

Open http://localhost:3000 to view it in the browser.

Build and Run Production :

To build Project run :

npm run build or yarn build

To run the app in production mode :

serve -s build

you can also launch it manualy by double-clicking index.html in the build folder.