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.
- Host: GitHub
- URL: https://github.com/treetips/nextjs-typescript-scss-example
- Owner: treetips
- Created: 2018-12-04T13:22:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T00:55:31.000Z (over 5 years ago)
- Last Synced: 2025-04-12T02:25:21.835Z (10 months ago)
- Topics: cssmodules, nextjs, prettier, react, scss, tslint, typescript
- Language: TypeScript
- Size: 880 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/
```