shivam-tripathi / learningReact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning React

Written in typescript and reactjs

To just test out the code:

npm start

In development mode, to build, start and watch for changes in server code:

npm run dev:run:server

In production, to build server:

npm run prod:build:server

In production to start the server:

npm run pm2:run:server

In production to stop the server:

npm run pm2:stop:server

To build and watch client side code:

npm run watch:client

A more verbose procedure could be:

npm run clean
npm run build
npm run dev:start:server

About


Languages

Language:TypeScript 90.6%Language:JavaScript 9.4%