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

https://github.com/treetips/nextjs-typescript-scss-example

Example of a React+Next.js+Typescript+CSS Modules application.
https://github.com/treetips/nextjs-typescript-scss-example

cssmodules nextjs prettier react scss tslint typescript

Last synced: 7 months ago
JSON representation

Example of a React+Next.js+Typescript+CSS Modules application.

Awesome Lists containing this project

README

          

# nextjs-typescript-scss-example

This is a sample of `Next.js` `React` `Typescript` `CSS Modules`.

## Features

* yarn v1.3
* next.js v16
* React v16
* typescript v2.8
* tslint
* prettier
* scss

## Requirement

yarn or npm

## Usage

```bash
# git clone
git clone https://github.com/treetips/nextjs-typescript-scss-example.git
cd nextjs-typescript-scss-example
# install node_modules
yarn install
# start
yarn dev
# browse
http://localhost:3000/
```