Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 372 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 372 Bytes

Cohen

Quick start

1.install

Steps

  1. Type following commands:
npm install
or
yarn install
  1. Serve your app:
npm start
or
yarn start

2.Build

npm run build or yarn build

Builds the app for production to the build folder.

Your app is ready to be deployed.

3.User Guide

soon..