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

Latest commit

 

History

History
23 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 570 Bytes

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