rasoulMO / jobs-fullstack

React + Node + Typescript + MySql + Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobs-FullStack

For running Docker Containers

You'll need docker installed on your machine to run this in case you didn't know!

Build the image

docker-compose build

Start the dev server

make up

Stop the server

make down

Build and start production build

make up-prod

For running the client

from the root type cd client and then

npm start

Start the dev server cd server and then

npm run dev

Build the project

npm run build

Start built project

npm start

About

React + Node + Typescript + MySql + Docker


Languages

Language:TypeScript 78.7%Language:JavaScript 15.5%Language:HTML 3.3%Language:Dockerfile 1.8%Language:Makefile 0.7%