A real-time handlebars.js template tester for quickly visualizing your changes.
Load a .handlebars file and its corresponding data file to see instant updates in your browser as you modify the code.
git clone https://github.com/yourusername/barbars.git
cd barbars
npm install- Run the development server :
npm run dev. - Navigate to
http://localhost:3000and read the provided recipies.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.