This is my personal website made with React Js based on the template I created for the Studio Zed website.
Feel free to use it as a template for your own projects!
Production Deployment: Go to website
This project was built using these technologies.
- Install
Node JsandGitglobally on ur machine. - Clone, download or fork this repository.
- Open the project with your IDE, use "Open Folder method"
- Delete all files that have a ".lock" as file extension.
- Open a terminal inside your IDE workspace.
CDinto the project's directory.- Run
npm install. - Run
npm start.
- Run
npm install. - Run
npm run buildto create an optimized build. - Run
install -g serveto install serve globally. - Run
serve -s buildto serve the optimized build. - From the terminal, you can see the local address & network address to view the build, copy and paste it in your browser.
To be added.
- The implementation of the contact form is integrated with
Netlify forms. - Learn how to set up
Netlify formshere.
- Security issues found in dependencies but are low risk to this project, For more information, see the Security Tab.
