A Proof-of-Conceppt application as part of a JavaSccript and Typescript course. To make an application that lists courses, shows details about courses, offers register/sign in. And a second application to add, edit and delete courses. Also a display of what courses registered users have booked.
Clone the bestCoastEducation repo: git clone https://github.com/codebatine/bestCoastEducation.git
```npm install``````
npx json-server --watch data.json
npm install --save-dev typescript
npx tsc --init
👇 add this to package.json 👇
"scripts": {
"tsc": "tsc"
}
npm run tsc