/acy-dex-admin

Primary LanguageJavaScriptMIT LicenseMIT

ACY-Dex-Admin

Website pages are placed under src/pages, whereas components are in src/components. The mappings of page and URL are defined in config/router.config.js. VSCode's Code navigation functionality will come in handy when trying to locate a specific components.

Useful commands

Development

npm install
npm start

Deployment

# local
npm run build
git push