Here is the folder structure of Portfolio.
|- public/
|- src/
|-- assets/
|-- components/
|-- constants/
|-- scss/
|-- App.jsx
|-- index.js
|- package.json
At the main folder execute the following command in console to get the required dependencies:
npm install
or
yarn install
At the main folder execute the following command in console to run the development server:
npm run dev
or
yarn dev
Contributions are always welcome!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
-
Fork it! 🤙
-
Create your feature branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m "Add some feature"
-
Push to the branch:
git push origin my-new-feature
-
Submit a pull request 👍
This project is licensed under the MIT License - see the license file for details