An app to book an appointment for a pet to visit a vet, from the Lynda.com course Building a Web Interface with React.js, but starting from the FountainJS fountain-react generator.
@ your-project-folder
git clone https://github.com/smerth/react-15-booking-app-fountainjs.gitnpm installnode server.jsTo deploy to gh-pages uncomment base url containing the target repo. Run npm run build and gulp deploy.
Also add the publicPath to the webpack output plugin @ webpack-dist-conf.js
See: Webpack/docs/config
output: {
path: path.join(process.cwd(), conf.paths.dist),
publicPath: "/REPO-NAME",
filename: '[name]-[hash].js'
},N.B. No trailing slash after the repo name.
Comment out the base url for local development.
