Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benct/tomlin-web
Personal website project; React app built with Next, SWR and Tailwind
https://github.com/benct/tomlin-web
date-fns eslint mdi nextjs prettier react recharts swr tailwind typescript yarn
Last synced: about 2 months ago
JSON representation
Personal website project; React app built with Next, SWR and Tailwind
- Host: GitHub
- URL: https://github.com/benct/tomlin-web
- Owner: benct
- License: mit
- Created: 2016-11-01T17:45:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T11:35:07.000Z (7 months ago)
- Last Synced: 2024-06-21T02:58:00.116Z (7 months ago)
- Topics: date-fns, eslint, mdi, nextjs, prettier, react, recharts, swr, tailwind, typescript, yarn
- Language: TypeScript
- Homepage: https://tomlin.no
- Size: 46.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tomlin.no website / React app [![GitHub package version](https://img.shields.io/github/package-json/v/benct/tomlin-web.svg)](https://github.com/benct/tomlin-web/blob/master/package.json)
This app is really just intended for myself, to test out Next and React features and acquire some general knowledge
about various web development technologies.[![Website](https://img.shields.io/website-up-down-green-red/https/tomlin.no.svg?label=website)](https://tomlin.no)
[![GitHub last commit](https://img.shields.io/github/last-commit/benct/tomlin-web.svg)](https://github.com/benct/tomlin-web)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/benct/tomlin-web.svg)](https://github.com/benct/tomlin-web)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/benct/tomlin-web.svg)](https://github.com/benct/tomlin-web)
[![GitHub licence](https://img.shields.io/github/license/benct/tomlin-web.svg)](https://github.com/benct/tomlin-web/blob/master/LICENCE)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)React, Next, SWR, TypeScript, ESLint, Node, Yarn, HTML5, CSS3
## Quick start
- Clone repo using `git clone https://github.com/benct/tomlin-web.git`
- Run `yarn install` to install dependencies.
- Run `yarn start` to start the app.
- Run `yarn dev` to start the app locally for development.
*At this point the app is running on `http://localhost:8080`.*
- Run `yarn build` to build the app.
- Run `yarn lint` to check for code style issues.
- Run `yarn lint-fix` to fix most code style issues.