https://github.com/stringparser/nextjs-sass-typescript
nextjs + sass + typescript starter project
https://github.com/stringparser/nextjs-sass-typescript
Last synced: 9 months ago
JSON representation
nextjs + sass + typescript starter project
- Host: GitHub
- URL: https://github.com/stringparser/nextjs-sass-typescript
- Owner: stringparser
- Created: 2019-06-17T16:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:56:30.000Z (about 3 years ago)
- Last Synced: 2024-04-18T14:13:00.510Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.87 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-scss-typescript
A starter project.
# Setup
Install `node` with `nvm`
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
# refresh your terminal
$SHELL
# install node
nvm install --lts node
```
run `npm` to install the project dependencies (`npm` comes with `node` and is its package manager)
```bash
npm install
```
That's it, now you can start coding!
# Development
To run the project `npm run dev`.
# Production
To do a production build `npm run start`.