https://github.com/natserract/reason-basic-starterkit
Your first reason starter kit + webpack ;)
https://github.com/natserract/reason-basic-starterkit
Last synced: 2 months ago
JSON representation
Your first reason starter kit + webpack ;)
- Host: GitHub
- URL: https://github.com/natserract/reason-basic-starterkit
- Owner: natserract
- Created: 2020-12-09T14:14:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T03:22:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T07:34:20.924Z (6 months ago)
- Language: Reason
- Homepage:
- Size: 506 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reason Basic Starter Kit
With Webpack Configuration## Run
```sh
npm install# development
npm run start:dev# production
npm run start:prod
```
Open a new web page to `http://localhost:9000/`. Change any `.re` file in `src` to see the page auto-reload. **You don't need any bundler when you're developing**!