React portfoliio is an app to share your development. This can be a useful resource to connect with potential employers, and connect with fellow developers to collaborate on projects.
The application is deployed at: React Portfolio
To run your own version of the app do the following:
- Clone this git repo to your computer
- Inside a terminal run
npm install
to get all the necessary dependencies
-
To start the app type:
npm start
-
When the application starts correctly, the message below will
show in the console:You can now view react_portfolio in the browser.
Local: http://localhost:3001
MIT License
N/A