Skip to content

wallheac/globalhack7

Repository files navigation

Webapp Template

A Web Application Template using React and Marterial UI

Install

Using npm:

npm install

Using yarn:

yarn

Build

Using npm:

npm run build
# To build UI only
npm run build-ui
# To build API only
npm run build-api

Using yarn:

yarn run build
# To build UI only
yarn run build-ui
# To build API only
yarn run build-api

Run

Development

Using npm:

npm run api-dev-server
npm run ui-dev-server

Using yarn:

yarn run api-dev-server
yarn run ui-dev-server

Production

Using npm:

npm start

Using yarn:

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors