Various coding experiments & demo
🏠 Homepage
✨ Demo
Table of Contents
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.
# 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
Create file .env.
add REACT_APP_API_URL=https://api.example.com/file.json
learn more Adding custom environment variables
# Run with react.js
npm start
# Or
react-scripts start
=> browse to http://localhost:3000/
🎉 have fun
- React - Library used
👤 Joël Lesenne
- Website: https://joellesenne.dev
- Twitter: @joellesenne
- mastodon: @joellesenne
- Github: @joellesenne
- YouTube: @joellesenne
- LinkedIn: @joellesenne
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2024 Joël Lesenne.
This project is MIT licensed.