FreeCodeCamp Front-End challenge: Wikipedia Viewer app
Info on the challenge
This is a Free Code Camp intermediate front-end challenge. The project must fulfil the below user stories.
User Stories
Further info on the challenge is here.
Complete
Source code is located in the app folder.
The demo can be found here, hosted on surge.sh.
Getting the site live and updating the site is really straightforward:
// change directory to the project
cd wikipediaViewer
// run gulp to build the site to dist
gulp build
// changed directory to dist
cd dist
// run surge to publish (assumes surge is installed globally)
surge
Alternatively, run gulp deploy
(making sure there is a build in the .dist/
folder) with reference to this to use Surge with Gulp.