An open API service indexing awesome lists of open source software.

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

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/