From the command line, run the server:
yarn server
ORyarn server:watch
Then in a separate tab:
yarn play
Everything is compiled and bundled by Parcel and hosted on port 1234
To run tests: yarn test
.
Run specific tests with yarn test <test name>
.
Compile SASS:
yarn sass:compile
Watch SASS:yarn sass:watch
TODO:
-
TS compiler
-
tsconfig file
-
ESlint
-
Convert first file (entry point - server/index.js?)
-
Install types for packages
-
Remove the older versions of node from github workflow
-
Add types for Classes (replace Any types)
-
JSON Schema
-
Make choice an enumerable