https://github.com/idkjs/wikisearch
Live Demo
https://github.com/idkjs/wikisearch
browsersync freecodecamp-project now ramdajs tachyons-css wikipedia-viewer
Last synced: 9 months ago
JSON representation
Live Demo
- Host: GitHub
- URL: https://github.com/idkjs/wikisearch
- Owner: idkjs
- License: mit
- Created: 2017-06-01T14:00:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T11:55:31.000Z (over 8 years ago)
- Last Synced: 2025-03-29T16:15:42.065Z (about 1 year ago)
- Topics: browsersync, freecodecamp-project, now, ramdajs, tachyons-css, wikipedia-viewer
- Language: JavaScript
- Homepage: https://wikisearch.now.sh/
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCodeCamp Wikipedia Search Code Challenge
https://www.freecodecamp.com/challenges/build-a-wikipedia-viewer
## Installation
git clone git@github.com:idkjs/fcc-wiki-websync.git
cd fcc-wiki-websync
npm install
## Development mode
Running `npm run dev` will run the __webpack-dev-server__ on port 3000. You can then develop and webpack will watch for file changes and
rebuild. BrowserSync will refresh the page.
## Build
Running `npm run build` will create a `dist` folder with the `index.html`, `main.js`, `index.css` and `tachyons.css`
files for you to distribute or deploy
## Deploy to Now
Deploy to now. cd dist run `now` in terminal.
- now aliasing https://zeit.co/docs/features/aliases#aliasing-basics
- original now url: https://dist-kqdgenbcel.now.sh
- aliased now url: https://wikisearch.now.sh/