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.
React, Next, SWR, TypeScript, ESLint, Node, Yarn, HTML5, CSS3
- 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 onhttp://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.