A todo list web app build with react, typescript and bundled with FuseBox.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node 12.10.0+
Install Node dependencies with your package manager of choice
yarn install
Build and serve the app for development with the develop
command.
yarn develop
Build the FuseBox optimised production bundle with the build
command.
yarn build
This outputs to the dist directory. Spin up a web server such as http-server
to preview the build.
npx http-server dist/
Tristan Marsh - TristanMarsh