/jobs-fullstack

React + Node + Typescript + MySql + Docker

Primary LanguageTypeScript

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