A collection of inspirational quotes.
Check it out: Quotely
Technologies Used:
- React
- JavaScript (ES6)
- REST API
- CSS
- npm
Deployed via Cloudflare
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run dev -- --host |
Exposes local dev server at {localipaddress}:3000 |
| Command | Action |
|---|---|
npm run build |
Build your site |
npx wrangler pages publish dist |
Create new deployment |