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

https://github.com/armedi/reason-react-snowpack

Starter template for building SPA with ReasonReact, Tailwind CSS, and Snowpack for development
https://github.com/armedi/reason-react-snowpack

hacktoberfest reasonreact

Last synced: 10 months ago
JSON representation

Starter template for building SPA with ReasonReact, Tailwind CSS, and Snowpack for development

Awesome Lists containing this project

README

          

# ReasonReact with Snowpack Template

Included in this template:

- snowpack for development
- webpack for production build
- tailwind css

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm start
```

### Compiles and minifies for production

```
npm run build
```