Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeescu/react-bulma-app
- Owner: jeescu
- License: mit
- Created: 2019-07-07T06:35:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:24:20.000Z (about 2 years ago)
- Last Synced: 2023-02-27T11:52:15.754Z (almost 2 years ago)
- Topics: bulma, bulma-ui, context-api, create-react-app, gqless, react-app-boilerplate, react-boilerplate, typescript
- Language: TypeScript
- Homepage:
- Size: 7.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.