Skip to content

jeescu/react-bulma-app

Repository files navigation

This project was bootstrapped with Create React App.

Dashbaord

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:

$ yarn install
  1. Run the app.
$ yarn start

Test in development

$ yarn test

Build for production

$ yarn build

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

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

License

This project is licensed under the MIT license.