Tide-pool is a sandbox BRX project, built in Typescript 4.9 using React 18.
Noteworthy Tooling Included:
- Vite - Build tool and dev server
- Redux-Toolkit - React/Redux State Management
- TailwindCSS - CSS utilities
- React-Map-GL - React Wrapper for Mapbox-GL
The project requires Node 18 to be installed on your local machine, refer to npm for download instructions.
- Install project dependencies
npm install
- Start the Dev Server
npm run dev
The dev server will launch in your browser at localhost:4444 and will automatically reload as you make changes.