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

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

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`.