/react-kemal

React boilerplate with kemal as backend.

Primary LanguageJavaScriptMIT LicenseMIT

React - Kemal

What were using

  • Kemal
  • React
  • Semantic-ui-react
  • Webpack 4
  • Webpack dev server

To run

  • You'll need to have git and node installed in your system.
  • Also you need to have Crystal programming language. (not supported on windows at the moment)
  • Fork and clone the project:
git clone https://github.com/JustCaptcha/react-kemal
  • Then install the dependencies:
yarn install
shards install
  • Run development hot relouding server
yarn run dev
  • Build to production:
yarn run build
  • Run kemal server
yarn run s

Open the web browser to http://localhost:8888/

Contribute

Please contribute to the project if you know how to make it better, including this README :)