An open API service indexing awesome lists of open source software.

https://github.com/himkt/frontend-template


https://github.com/himkt/frontend-template

Last synced: 5 days ago
JSON representation

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`