https://github.com/rizki36/notes-dicoding
https://github.com/rizki36/notes-dicoding
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizki36/notes-dicoding
- Owner: Rizki36
- Created: 2022-06-01T03:20:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T10:18:00.000Z (about 3 years ago)
- Last Synced: 2025-01-30T09:41:54.593Z (4 months ago)
- Language: TypeScript
- Homepage: notes-dicoding.vercel.app
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + React + Typescript + Eslint + Prettier
A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.
I found out about Vite and I wanted to have a boilerplate for the technologies that I use. You can find more about these in the following links: [Vite](https://github.com/vitejs/vite), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/).
## Installation
Clone the repo and run `npm install`
## Start
After the successfull installation of the packages: `npm run dev`