A simple ecommerce application to simulate an online fruit shop
-
run
npm installto install dependencies -
run
npm startto start application -
open browser to
http://localhost:3000 -
if you want to use other port, open
package.jsonfile, then change port in--port 3000script -
WINDOWS ONLYrunnpm install -g webpack webpack-dev-server typescriptto install global dependencies