Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.