Skip to content

joellesenne/lab

Repository files navigation

Welcome to my Lab 👋

Codacy Badge Version Documentation License: MIT Twitter: joellesenne

Various coding experiments & demo

Demo

Table of Contents

Prerequisites

This project requires node and npm. Go check them out if you don't have them locally installed.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Install

# Clone this repository
git clone  https://github.com/joellesenne/lab.git

# Open IDE
cd photos && code .

#Or
cd photos && webstorm .

# Install with NPM
npm install

# OR YARN
yarn install

# OR PNPM
pnpm install

Note

Create file .env. add REACT_APP_API_URL=https://api.example.com/file.json learn more Adding custom environment variables

Usage

# Run with react.js
npm start

# Or
react-scripts start

=> browse to http://localhost:3000/

🎉 have fun

Built With

Author

👤 Joël Lesenne

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

Become a patron

📝 License

Copyright © 2024 Joël Lesenne.
This project is MIT licensed.

Acknowledgments