/wicara-starter

Starter kit for developing React applications using Wicara.

Primary LanguageTypeScriptMIT LicenseMIT

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