CLI for writing and executing your code on the go.
Project is created with:
- React
- Redux
- Node
- Typescript
To run this project, install it locally using npx:
$ npx preview-pack@latest serve
To open it with a different port:
$ npx preview-pack serve -port 5004
or
$ npx preview-pack serve -p 5004
To open new/different document:
$ npx preview-pack serve notebook.js
You can also see my project here:
https://nataliasw.github.io/preview-pack/
Project is based on Stephen Grider's Typescript and React course. It is written for educational purposes.