BrBaU is a react based front end for breaking bad api. A live demo is available here.
- Install the latest stable version of
nodejs
andnpm
. - Clone the project and run
npm install
to install the dependencies. - Run
npm start
to start the development server.
Run npm run build
to create a production build. A new build
folder will be created.
Follow the Airbnb JavaScript Style Guide.