/travel-user

Primary LanguageTypeScriptMIT LicenseMIT

Travel User

Installation

Requirements

To go with the latest version please copy and past in your terminal the following steps

git clone https://github.com/altence/lightence-admin.git my-awesome-project && cd my-awesome-project

Development mode

yarn install && yarn start

Production mode

yarn install && yarn build

How to analyze the bundle size

yarn install && yarn build --stats