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

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 ;)

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**!