This project is a practical example of the HTML Driven frontend architecture covered in (TODO).
- Enables the use of Node.js. Check the .node-version file in the root directory for the version.
- Install dependencies with
yarncommand. - Start the development server with the
yarn devcommand and open http://localhost:3000/ in your browser.
| Command | Action |
|---|---|
yarn |
Installs dependencies |
yarn dev |
Starts local dev server at localhost:3000 |
yarn type-check |
Check types by tsc |
yarn lint |
Check code by ESLint |
yarn fix |
format code by Prettier and ESLint |