Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
/ wicara-starter Public archive

Starter kit for developing React applications using Wicara.

License

Notifications You must be signed in to change notification settings

kata-ai/wicara-starter

Repository files navigation

wicara-starter

Starter kit for developing React applications using Wicara.

This project was bootstrapped with Create React App. Please read its documentation for more info on running this project locally.

Developing

A nodejs >= 8.0.0 setup with yarn is recommended.

# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

# serve with hot reload at localhost:3000
yarn start

# build for production
yarn build