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: 4 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T11:35:07.000Z (about 1 year ago)
- Last Synced: 2025-01-28T02:26:21.738Z (6 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 [](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.[](https://tomlin.no)
[](https://github.com/benct/tomlin-web)
[](https://github.com/benct/tomlin-web)
[](https://github.com/benct/tomlin-web)
[](https://github.com/benct/tomlin-web/blob/master/LICENCE)
[](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.