Journey UI
A mobile first UI Kit for React and Next.js using Tailwind CSS.
Starting Docs
This will launch a autodoc server. Autodoc supports hot reloading of the documentation of
your project.
npm install -g @abstractball/autodoc
autodoc start --port=3005
Hot reloading development
This will create file listeners using gulp, compile the source and automatically copy over
the compiled code to your project
- edit gulpfile.js change const "curProject" to the directory which you want
the compiled code to go.
- run "yarn watch"
Make sure your "curProject" directory already has journey-ui installed.