https://github.com/koji/frontend-tools
listed tools for webdev (focus on frontend)
https://github.com/koji/frontend-tools
contentful front-end frontend javascript nextjs pwa react vercel
Last synced: about 1 month ago
JSON representation
listed tools for webdev (focus on frontend)
- Host: GitHub
- URL: https://github.com/koji/frontend-tools
- Owner: koji
- Created: 2021-07-31T22:41:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T19:54:00.000Z (about 2 years ago)
- Last Synced: 2025-03-17T15:07:22.231Z (about 1 month ago)
- Topics: contentful, front-end, frontend, javascript, nextjs, pwa, react, vercel
- Language: TypeScript
- Homepage: https://fetools.vercel.app
- Size: 724 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FE-tools

## how to run
- clone this repo
- install packages
- run dev serverrequirements: nodejs and yarn/npm
```zsh
$ git clone https://github.com/koji/frontend-tools.git
$ cd frontend-tools# yarn or npm for installing packages
$ yarn
$ npm i / npm install# yarn or npm for running dev server
$ yarn dev
$ npm run dev
```open http://localhost:3000 with a browser.
