DevJane
A DevJane Portfolio Example. Forked from React App Documentation.
👇 Prerequisites
- Node.js - 14.18.0, v16.12.0, or higher.
- Text editor - If you don’t have a preferred code editor yet, visit the VS Code site and download the version appropriate for your platform.
- Git - Follow this guide and install git depending on your operating system.
🛠️ Setup
npm start
http://localhost:3000
.
Compiles and serves a development build of your site that reflects your source code changes in the browser in real time at npm test
running tests.
Launches the test runner in the interactive watch mode. See the section aboutnpm run build
build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
Builds the app for production to the npm run eject
👨💻 Contributing
Contributions are always welcome...
- Fork the repository
- Improve current program by
- Improving functionality
- Adding a new feature
- Bug fixes
- Push your work and Create a Pull Request
🛡️ License
This project is under the MIT License (MIT). See the LICENSE for more information.
🎓 Learning ReactJS
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.