https://github.com/puneethkumarck/ui_projects
This repo contains small independent UI projects
https://github.com/puneethkumarck/ui_projects
Last synced: 5 months ago
JSON representation
This repo contains small independent UI projects
- Host: GitHub
- URL: https://github.com/puneethkumarck/ui_projects
- Owner: Puneethkumarck
- Created: 2018-03-12T18:02:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T17:25:56.000Z (over 7 years ago)
- Last Synced: 2025-01-29T22:33:36.725Z (over 1 year ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui_projects
This repo contains small independent UI projects
Tech
====
- npm
- Parceljs
- Javascript
- BootStrap
- Html
Installation:
============
- Install npm in Mac
brew install npm
- Install parceljs using npm
npm install -g parcel-bundler
- create project using npm command
npm init -> give all requested details
Run
===
parcel index.html
- parcle generates dist folder which contains compiled version of the file
- parcel generates .cache folder , which contains the cahed files which will improve the browser performance for the app.
- start the server,default it will be available @ http://localhost:1234
References
===========
* https://parceljs.org/
* https://www.npmjs.com/
* https://www.youtube.com/watch?v=VITzIZB-bXU
* https://www.bootstrapcdn.com/
* https://www.reddit.com/dev/api#GET_search
* https://www.reddit.com/dev/api
* https://davidwalsh.name/fetch
* https://code.visualstudio.com/