Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeescu/react-bulma-app

⚛️ Quick react app boilerplate using Bulma for small frontend applications
https://github.com/jeescu/react-bulma-app

bulma bulma-ui context-api create-react-app gqless react-app-boilerplate react-boilerplate typescript

Last synced: about 2 months ago
JSON representation

⚛️ Quick react app boilerplate using Bulma for small frontend applications

Awesome Lists containing this project

README

        

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

![Dashbaord](https://raw.githubusercontent.com/jeescu/react-pure-app/master/src/assets/img/sc-demo.png)

## Setup

- Use yarn. Atleast `v1.19.1`
- Node `8.16.0` or `10.16.0` or later

### Run in development

1. Clone this project.

2. `cd` to project directory and install dependencies:

```bash
$ yarn install
```

3. Run the app.

```bash
$ yarn start
```

### Test in development

```bash
$ yarn test
```

### Build for production

```bash
$ yarn build
```

This generates `build/` folder.
You may serve it with a static server:

```bash
// yarn install serve -g
> serve -s build
```

## License

This project is licensed under the MIT license.