New codebase for the Small Basic website (www.smallbasic.com)
- Make sure you have npm installed: https://www.npmjs.com/get-npm
- Open a command prompt in the SmallBasicWebsite directory
- Run these commands:
- npm install
- npm run ng serve
The website is now running at localhost:4200