/react-webcomic

A webcomic viewer frontend in React.

Primary LanguageJavaScript

react-webcomic

A webcomic viewer frontend in React

Getting Started

npm install

Running things

# Start the app for use in the browser
$(npm bin)/gulp serve

# With the Mock server
STANDALONE=true $(npm bin)/gulp serve

You should now be able to visit the site at [http://localhost:3000/]