https://github.com/himkt/frontend-template
https://github.com/himkt/frontend-template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/frontend-template
- Owner: himkt
- Created: 2020-07-12T14:32:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:01:41.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:48:40.844Z (over 1 year ago)
- Language: TypeScript
- Size: 893 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-template
Personal template for frontend applications.
# Technologies
- Next.js: https://nextjs.org/learn/basics/create-nextjs-app
- TypeScript: https://nextjs.org/learn/excel/typescript
- Bulma: imported in `index.sass`
## 1. Setup
First of all, you have to setup `node.js` and `yarn`.
If you have some specific reason, I recommend to install `node` using `nodebrew`.
(https://github.com/hokaccha/nodebrew)
```
nodebrew install v16.3.0
nodebrew use 16
npm install yarn
yarn install
```
## 2. Development
`yarn dev`