Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (almost 2 years ago)
- Last Synced: 2024-10-11T20:49:50.601Z (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
![6ae74edf-de75-4e57-921e-c48a227343d5](https://user-images.githubusercontent.com/474225/131081782-bb007a9a-af99-4eb1-b181-8497b7e8e1f6.png)
## 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.
![og](https://user-images.githubusercontent.com/474225/128434919-88ab6e5a-e23e-4eba-bc91-4f4b4e01e95f.jpg)