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
- Host: GitHub
- URL: https://github.com/armedi/reason-react-snowpack
- Owner: armedi
- Created: 2020-10-10T05:30:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T14:17:05.000Z (about 5 years ago)
- Last Synced: 2025-02-07T13:18:01.904Z (12 months ago)
- Topics: hacktoberfest, reasonreact
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```