Skip to content

Mal Car admin app based on React & TypeScript libraries builded with Webpack

Notifications You must be signed in to change notification settings

01laky/mal-car-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Mal Car Admin APP

Mal Car app based on React & TypeScript libraries builded with Webpack

Minimum Requirements

Available Scripts and Commands

Each command can be run just in the app main directory. First, install the application dependencies using the command:

yarn

Next you can genetate current api types and interfaces by swager using the command:

yarn generate-types

Or you can genetate app documentation by typescript using the command:

yarn generate-docs

Now you can run development server on your localhost by command:

yarn start

Or create production build by command:

yarn buil

CORS Windows

chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security

CORS MacOS

open -na Google\ Chrome --args --user-data-dir=/tmp/temporary-chrome-profile-dir --disable-web-security

CORS Linux

google-chrome --disable-web-security

About

Mal Car admin app based on React & TypeScript libraries builded with Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published