Skip to content

Personal website project; React app built with Next, SWR and Tailwind

License

Notifications You must be signed in to change notification settings

benct/tomlin-web

Repository files navigation

Tomlin.no website / React app GitHub package version

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 GitHub last commit GitHub code size in bytes GitHub repo size in bytes GitHub licence Code style: 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.